Sign in

Get starting page token (v2)

documented

Gets the starting pageToken for listing future changes (v2).

GET /drive/v2/changes/startPageTokenDriveno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.googleapis.com/drive/v2/changes/startPageToken?driveId={{driveId}}&supportsAllDrives={{supportsAllDrives}}&supportsTeamDrives={{supportsTeamDrives}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get starting page token (v2) · Google Drive · OpenIntegrations