Google Super

GOOGLESUPER_GET_REVISION

Tool to get a specific revision's metadata by revision ID. Use when you need to retrieve information about a particular version of a file.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_REVISION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file_id": {
      "type": "string",
      "title": "File Id",
      "examples": [
        "1ZdR3L3Kek7szY1G1-2VUX8cW6CnU0c4a"
      ],
      "description": "The ID of the file."
    },
    "revision_id": {
      "type": "string",
      "title": "Revision Id",
      "examples": [
        "0B9B5CLMDv-N4Z2FhY0E5RUQzNVE"
      ],
      "description": "The ID of the revision."
    },
    "acknowledge_abuse": {
      "type": "boolean",
      "title": "Acknowledge Abuse",
      "default": null,
      "nullable": true,
      "description": "Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when the alt parameter is set to media and the user is the owner of the file or an organizer of the shared drive in which the file resides."
    }
  }
}