supabase_upload_file
Upload a file to a Supabase storage bucket by providing the bucket name, file path, and base64 or text data.
Instructions
Upload a file to a Supabase storage bucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | File data (base64 encoded or text) | |
| path | Yes | File path within the bucket | |
| bucket | Yes | Storage bucket name | |
| contentType | No | MIME type of the file | application/octet-stream |