Buildium Download File
buildium_download_fileDownload a Buildium file to your machine by supplying the file ID and destination path, automatically managing the time-limited download link.
Instructions
Download a Buildium file to this machine, handling both steps.
Buildium issues a download URL that expires after five minutes and serves the bytes from separate storage, so this cannot be done with buildium_call_endpoint.
Note this is refused when the server runs in production-readonly mode: Buildium models a download request as a POST, and that mode blocks every POST at the transport layer without exception. Reading file metadata via GET /v1/files/{id} still works.
file_id: from GET /v1/files save_to: where to write the file on this machine download_path: for a file belonging to a bill, check, or task history, that resource's own download path, e.g. "/v1/bills/123/files/456/downloadrequest". Only Buildium's seven download-request endpoints are accepted here, in every mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| save_to | Yes | ||
| download_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||