Google Super

GOOGLESUPER_GET_CHANGES_START_PAGE_TOKEN

Tool to get the starting pageToken for listing future changes in Google Drive. Use this when you need to track changes to files and folders.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_CHANGES_START_PAGE_TOKEN? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "driveId": {
      "type": "string",
      "title": "Drive Id",
      "default": null,
      "examples": [
        "0AB_CD1234EFG5HIJ6KLM7N8PQRST9UVWX"
      ],
      "nullable": true,
      "description": "The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive will be returned."
    },
    "teamDriveId": {
      "type": "string",
      "title": "Team Drive Id",
      "default": null,
      "examples": [
        "0AB_CD1234EFG5HIJ6KLM7N8PQRST9UVWX"
      ],
      "nullable": true,
      "description": "Deprecated: Use driveId instead."
    },
    "supportsAllDrives": {
      "type": "boolean",
      "title": "Supports All Drives",
      "default": false,
      "examples": [
        true
      ],
      "nullable": true,
      "description": "Whether the requesting application supports both My Drives and shared drives. Defaults to false."
    },
    "supportsTeamDrives": {
      "type": "boolean",
      "title": "Supports Team Drives",
      "default": null,
      "examples": [
        true
      ],
      "nullable": true,
      "description": "Deprecated: Use supportsAllDrives instead."
    }
  }
}