Information about user and drive
GET {{baseUrl}}/about?key={{key}}&oauth_token={{oauthToken}}
Gets information about the user, the user's Drive, and system capabilities.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
alt | string | Data format for the response. | |
fields | string | Selector specifying which fields to include in a partial response. | |
key | string | API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. | |
oauth_token | string | OAuth 2.0 token for the current user. | |
prettyPrint | string | Returns response with indentations and line breaks. | |
quotaUser | string | An opaque string that represents a user for quota purposes. Must not exceed 40 characters. | |
userIp | string | Deprecated. Please use quotaUser instead. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"appInstalled":"\u003cboolean\u003e","canCreateDrives":"\u003cboolean\u003e","canCreateTeamDrives":"\u003cboolean\u003e","driveThemes":[{"backgroundImageLink":"\u003cstring\u003e","colorRgb":"\u003cstring\u003e","id":"\u003cstring\u003e"},{"backgroundImageLink":"\u003cstring\u003e","colorRgb":"\u003cstring\u003e","id":"\u003cstring\u003e"}],"exportFormats":{"proident9":["\u003cstring\u003e","\u003cstring\u003e"],"exf2":["\u003cstring\u003e","\u003cstring\u003e"]},"folderColorPalette":["\u003cstring\u003e","\u003cstring\u003e"],"importFormats":{"amet23":["\u003cstring\u003e","\u003cstring\u003e"],"eiusmodae":["\u003cstring\u003e","\u003cstring\u003e"]},"kind":"drive#about","maxImportSizes":{"in5b":"\u003cint64\u003e","adipisicing6b0":"\u003cint64\u003e","sunt_54a":"\u003cint64\u003e"},"maxUploadSize":"\u003cint64\u003e","storageQuota":{"limit":"\u003cint64\u003e","usage":"\u003cint64\u003e","usageInDrive":"\u003cint64\u003e","usageInDriveTrash":"\u003cint64\u003e"},"teamDriveThemes":[{"backgroundImageLink":"\u003cstring\u003e","colorRgb":"\u003cstring\u003e","id":"\u003cstring\u003e"},{"backgroundImageLink":"\u003cstring\u003e","colorRgb":"\u003cstring\u003e","id":"\u003cstring\u003e"}],"user":{"displayName":"\u003cstring\u003e","emailAddress":"\u003cstring\u003e","kind":"drive#user","me":"\u003cboolean\u003e","permissionId":"\u003cstring\u003e","photoLink":"\u003cstring\u003e"}}