Google Drive

gd_read_file

Read/download file content. Returns text content for text-based files (txt, csv, json, html, xml, code). For binary files, returns file info. For Google Workspace files (Docs, Sheets, Slides), use gd_export_file instead.

Remote node2flow/google-drive

Other tools also called gd_read_file? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file_id": {
      "type": "string",
      "description": "The ID of the file to read"
    }
  }
}