drive_download_file
Download any binary or regular file from Google Drive to a local destination path by providing its file ID and target path. Note: Does not support Google Docs/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) |