supabase_storage_download
Download a file from a Supabase storage bucket by providing the bucket name and file path, and receive the file's content as base64.
Instructions
Download a file from a storage bucket (returns base64)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path within the bucket | |
| bucket | Yes | Bucket name |