download_file
Download any Google Drive file using its file ID. Returns file name and content, with optional base64 encoding for binary files.
Instructions
Download a file from Google Drive.
Args: file_id: ID of the file as_base64: Return content as base64 (for binary)
Returns: File with id, name, and content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| as_base64 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||