canvas_download_file
Download a Canvas file to disk by providing its absolute URL and destination path, with optional overwrite.
Instructions
Download a Canvas file to disk. url is the absolute URL from canvas_list_course_files; destinationPath is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The url field returned by canvas_list_course_files (absolute https URL). | |
| overwrite | No | ||
| destinationPath | Yes | Absolute path where the file should be written. |