Download file
download_fileGenerate a time-limited pre-signed URL to download a file from a CloudSee drive. Get secure read access to one object without loading its bytes into the conversation.
Instructions
Get a short-lived pre-signed download URL for a file. Requires the drive (bucketName). The URL is time-limited and grants read access to that one object — share it with care. Returns the URL; it does not load file bytes into the conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Object key (path) of the file to download, within the drive. | |
| storageId | No | Optional storage/index id. | |
| bucketName | No | The CloudSee drive (S3 bucket) name to operate in, e.g. 'max-2778abc0' — find it in the CloudSee dashboard. Required unless CLOUDSEE_DEFAULT_BUCKET is configured on the server. | |
| forceDownload | No | If true, the link forces an attachment download instead of inline view. |