GetInfo
Retrieve information about the user, the user's Drive, and system capabilities.
Result Set Columns
| Name | Type | Description |
| DriveThemes | Object | A list of themes that are supported for shared drives. |
| ImportFormats | Object | A map of source MIME type to possible targets for all supported imports. |
| MaxImportSizes | Object | A map of maximum import sizes by MIME type, in bytes. |
| ExportFormats | Object | A map of source MIME type to possible targets for all supported exports. |
| FolderColorPalette | String | The currently supported folder colors as RGB hex strings. |
| StorageLimitBytes | Long | The usage limit, if applicable. This will not be present if the user has unlimited storage. |
| StorageUsageInDriveBytes | Long | The usage by all files in Google Drive. |
| StorageUsageInDriveTrashBytes | Long | The usage by trashed files in Google Drive. |
| StorageUsageBytes | Long | The total usage across all services. |
| CanCreateDrives | Boolean | Whether the user can create shared drives. |
| IsAppInstalled | Boolean | Whether the user has installed the requesting app. |
| UserDisplayName | String | The authenticated user display name. |
| UserEmailAddress | String | The authenticated user address email. |
| UserPermissionId | String | The user's ID as visible in Permission resources. |
| UserPhotoLink | String | A link to the user's profile photo, if available. |
| MaxUploadSize | Long | The maximum upload size in bytes. |
| Kind | String | Identifies what kind of resource this is. Value: the fixed string 'drive#about'. |