drive_read_file
Extract text from a Google Drive file by file ID. Converts Docs, Sheets, and Slides first, then deletes the temporary copy; requires a connected Google account.
Instructions
Extract the text of a Drive file: {filename, kind, text}. Google Docs, Sheets and Slides are exported to their Office format first, so they read like any attachment. The file is fetched to a temporary path and deleted straight after. Requires a connected Google account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | File id from drive_list_files. |