canvas_download_file
Download a Canvas file to disk using its absolute URL from file listings. Specify destination path to save.
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. |