Google Drive

gd_list_revisions

List revision history for a file. Shows who modified the file, when, file size at each revision, and checksums.

Remote node2flow/google-drive

Other tools also called gd_list_revisions? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields": {
      "type": "string",
      "description": "Fields to include in response"
    },
    "_fields": {
      "type": "string",
      "description": "Alias for fields parameter"
    },
    "file_id": {
      "type": "string",
      "description": "The ID of the file"
    },
    "page_size": {
      "type": "number",
      "description": "Maximum results per page (1-200, default: 200)"
    },
    "page_token": {
      "type": "string",
      "description": "Pagination token from previous response"
    }
  }
}