download_file
Retrieve a specific file from Canvas using its file ID. Optionally set a local destination for the download.
Instructions
Download a single file from Canvas by file ID.
Args: file_id: The Canvas file ID. destination: Optional local path. Defaults to ~/Downloads/.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| destination | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |