Google Super
GOOGLESUPER_LIST_REVISIONS
Tool to list a file's revisions. Use when you need to retrieve the revision history of a specific file in Google Drive.
Remote googlesuper
Other tools also called GOOGLESUPER_LIST_REVISIONS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"fileId": {
"type": "string",
"title": "File Id",
"examples": [
"1234567890abcdefghijklmnopqrstuvwxyz"
],
"description": "The ID of the file."
},
"pageSize": {
"type": "integer",
"title": "Page Size",
"default": null,
"maximum": 1000,
"minimum": 1,
"examples": [
100
],
"nullable": true,
"description": "The maximum number of revisions to return per page."
},
"pageToken": {
"type": "string",
"title": "Page Token",
"default": null,
"examples": [
"abcdef123456"
],
"nullable": true,
"description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response."
},
"supportsAllDrives": {
"type": "boolean",
"title": "Supports All Drives",
"default": null,
"nullable": true,
"description": "Whether the requesting application supports both My Drives and shared drives. Defaults to false."
}
}
}