Gets the starting pageToken for listing future changes

GET {{baseUrl}}/changes/startPageToken?driveId={{driveId}}&key={{key}}&oauth_token={{oauthToken}}

Gets the starting pageToken for listing future changes

Request Params

KeyDatatypeRequiredDescription
driveIdstringThe ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned.
supportsAllDrivesstringWhether the requesting application supports both My Drives and shared drives.
supportsTeamDrivesstringDeprecated use supportsAllDrives instead.
teamDriveIdstringDeprecated use driveId instead.
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

{"kind":"drive#startPageToken","startPageToken":"\u003cstring\u003e"}