download_file_with_auto_trigger
Download files from Supabase Storage buckets with optional auto-download triggers, custom filenames, and image transformation capabilities for flexible file retrieval.
Instructions
Download file with optional auto-download trigger and custom filename support
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_download | No | Generate auto-download trigger code | |
| bucket_name | Yes | Source bucket | |
| custom_filename | No | Custom filename for download | |
| file_path | Yes | Full file path in storage | |
| return_format | No | Format to return file content or URL | base64 |
| transform_options | No | Optional image transformation settings |