Get a signed download URL for a Mudbase file
mudbase_get_file_download_urlGenerate a time-limited signed URL to download a private or public file from Mudbase storage by providing project, bucket, and file IDs.
Instructions
Generate a time-limited signed URL to download a private or public file from Mudbase storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The file ID within the bucket. | |
| bucketId | Yes | The storage bucket ID within the project. | |
| expiresIn | No | How long the URL stays valid, in seconds. Defaults to 3600 (1 hour). | |
| projectId | Yes | The Mudbase project ID. |