Google Drive

gd_get_file

Get detailed metadata for a specific file or folder by ID. Returns all available metadata fields including size, owners, permissions, timestamps, and links.

Remote node2flow/google-drive

Other tools also called gd_get_file? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields": {
      "type": "string",
      "description": "Fields to include (default: all fields with *)"
    },
    "_fields": {
      "type": "string",
      "description": "Alias for fields parameter"
    },
    "file_id": {
      "type": "string",
      "description": "The ID of the file or folder"
    }
  }
}