colab_drive_download
Downloads a file from Google Drive to a local path. Retrieve Colab execution results or any Drive file by specifying the Drive path and local destination.
Instructions
Download a file from Google Drive to a local path.
Use this to retrieve results saved to Drive by colab_execute with the drive_save parameter, or any file stored on Google Drive.
After download:
The file is saved at the specified local_path.
Process or inspect the file locally as needed.
Common issues:
File not found: verify the drive_path matches the Drive folder structure (relative to MyDrive root).
First use requires Google Drive OAuth authorization.
Args: drive_path: File path on Google Drive relative to MyDrive (e.g. 'results/model.pt' or 'colab_data/output.csv'). local_path: Local destination path where the file will be saved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive_path | Yes | ||
| local_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |