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
Key | Datatype | Required | Description |
---|---|---|---|
driveId | string | The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned. | |
supportsAllDrives | string | Whether the requesting application supports both My Drives and shared drives. | |
supportsTeamDrives | string | Deprecated use supportsAllDrives instead. | |
teamDriveId | string | Deprecated use driveId instead. | |
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
{"kind":"drive#startPageToken","startPageToken":"\u003cstring\u003e"}