drive_download_file
Download a file from Google Drive by providing its file ID and a local path to save it.
Instructions
Download a file from Google Drive to a local path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file to download | |
| localPath | Yes | Absolute local path to save the file to |