download
Retrieve a Google Drive file by fileId as text or base64, or save it to a local path by providing savePath.
Instructions
Download a file by its Drive fileId. Returns text content for text files, or base64 for binary. Provide savePath to write it to disk instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | Drive file ID | |
| savePath | No | Optional absolute path to save the file to |