Download File (Dalux Box)
dalux_download_fileDownload file revision content as UTF-8 text or base64. Verify file size with dalux_list_files beforehand to prevent exceeding the 2 MB default limit.
Instructions
Download the content of a specific file revision. Text-like content is returned as UTF-8, everything else base64. Capped at 2 MB by default (maxBytes up to 20 MB) — check file size via dalux_list_files first for large drawings/models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | ||
| maxBytes | No | ||
| projectId | Yes | Project id from dalux_list_projects. | |
| fileAreaId | Yes | ||
| fileRevisionId | Yes |