supabase_upload_file
Upload files to Supabase storage by providing base64-encoded content, specifying site, bucket, and path parameters for file management.
Instructions
[UNIFIED] Upload a file to storage. Content should be base64 encoded.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| bucket | Yes | ||
| path | Yes | ||
| content_base64 | Yes | ||
| content_type | No | application/octet-stream | |
| upsert | No |