download-submission-file
Download file content attached to Canvas submissions. Get binary files as base64 or text files as plain text.
Instructions
Download the actual content of a file attached to a submission. Returns file content as base64 for binary files or as text for text files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file to download | |
| forceBase64 | No | Force return content as base64 even for text files (default: false) |