Class Google_Service_Drive_About_Resource
The "about" collection of methods. Typical usage is:
$driveService = new Google_Service_Drive(...);
$about = $driveService->about;
-
Google_Service_Resource
-
Google_Service_Drive_About_Resource
Located at Drive.php
Methods summary
public
Google_Service_Drive_About
|
#
get( array $optParams = array() )
Gets the information about the current user along with Drive API settings
(about.get)
Gets the information about the current user along with Drive API settings
(about.get)
Parameters
- $optParams
- Optional parameters.
Returns
Opt_param
bool includeSubscribed Whether to count changes outside the My Drive hierarchy.
When set to false, changes to files such as those in the Application Data folder
or shared files which have not been added to My Drive will be omitted from the
maxChangeIdCount.
string maxChangeIdCount Maximum number of remaining change IDs to count
string startChangeId Change ID to start counting from when calculating number of
remaining change IDs
|