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

KeyDatatypeRequiredDescription
altstringData format for the response.
fieldsstringSelector specifying which fields to include in a partial response.
keystringAPI 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_tokenstringOAuth 2.0 token for the current user.
prettyPrintstringReturns response with indentations and line breaks.
quotaUserstringAn opaque string that represents a user for quota purposes. Must not exceed 40 characters.
userIpstringDeprecated. Please use quotaUser instead.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

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"}}