storage_upload_file
Upload a file to a Supabase storage bucket by providing the bucket name, file path, and base64-encoded content. Specify the MIME type for correct file handling.
Instructions
Upload a file to storage (base64 encoded)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path in bucket | |
| bucket | Yes | Bucket name | |
| file_base64 | Yes | Base64 encoded file content | |
| content_type | No | MIME type of the file |