Google Super

GOOGLESUPER_GET_DRIVE

Tool to get a shared drive by ID. Use when you need to retrieve information about a specific shared drive.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_DRIVE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "drive_id": {
      "type": "string",
      "title": "Drive Id",
      "examples": [
        "0ABCA123456789"
      ],
      "description": "The ID of the shared drive."
    },
    "use_domain_admin_access": {
      "type": "boolean",
      "title": "Use Domain Admin Access",
      "default": null,
      "examples": [
        true
      ],
      "nullable": true,
      "description": "Issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs."
    }
  }
}