drive_download_file
Download binary or regular files from Google Drive to a local destination path. Supports file downloads but not Google Docs or Sheets.
Instructions
Download a binary or regular file from Google Drive to the local file system (Note: Cannot download Google Docs/Sheets directly).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | ID of the file to download | |
| destPath | Yes | Local destination path (e.g. ./downloads/image.jpg) |