Sign in

List changes

documented

Lists the changes for a user or shared drive.

GET /drive/v3/changesDriveno 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/v3/changes?pageToken={{$pageToken}}&driveId={{$driveId}}&includeCorpusRemovals={{$includeCorpusRemovals}}&includeItemsFromAllDrives={{$includeItemsFromAllDrives}}&includeRemoved={{$includeRemoved}}&pageSize={{$pageSize}}&restrictToMyDrive={{$restrictToMyDrive}}&spaces={{$spaces}}&supportsAllDrives={{$supportsAllDrives}}&includePermissionsForView={{$includePermissionsForView}}&includeLabels={{$includeLabels}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List changes · Google Drive · OpenIntegrations