Download file
download_fileNeed to share or download a file from CloudSee Drive? This returns a short-lived pre-signed URL with time-limited read access to that specific object.
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. |