download_selected_files
Download specific Canvas files to your local directory by providing file IDs. Skips files that already exist for safe re-runs.
Instructions
Download a batch of specific Canvas files to a local directory.
Skips files that already exist at the destination (safe to re-run).
Args: file_ids: List of Canvas file IDs to download (from search_course_files). destination: Local directory path to save files to. ~ is expanded.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_ids | Yes | ||
| destination | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |