
Google Drive API Integration Profile
Information and guides about integrating with Google Drive API
Add Google Drive Integration to Your ProductDrive About Get in Google Drive API
Gets information about the user, the user's Drive, and system capabilities.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Access Token | query.access_token | string | |
Alt | query.alt | string | |
Callback | query.callback | string | |
Fields | query.fields | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Kind | kind | string | Identifies what kind of resource this is. Value: the fixed string `"drive#about"`. |
Storage Quota | storageQuota | object | The user's storage quota limits and usage. All fields are measured in bytes. |
Limit | storageQuota.limit | string | The usage limit, if applicable. This will not be present if the user has unlimited storage. |
Usage In Drive | storageQuota.usageInDrive | string | The usage by all files in Google Drive. |
Usage In Drive Trash | storageQuota.usageInDriveTrash | string | The usage by trashed files in Google Drive. |