Supabase Upload File
Uploads a file to an existing bucket.
This is based on the Supabase Client SDK - Upload a file.
Inputs
| Data | Type | Description |
|---|---|---|
| Upload | signal | |
| Bucket | string | |
| Path (within bucket) | string | |
| Upsert | boolean | |
| File | Blob / File |
Outputs
| Data | Type | Description |
|---|---|---|
| File ID | string | |
| File Path | string | |
| File Full Path | string | |
| Public Url | string | |
| Is Uploading | boolean | |
| Is Uploaded | boolean | |
| Status | string | "idle" or "uploading" or "success" or "error" |
| Is Success | boolean | |
| Is Error | boolean | |
| Error Text | string | |
| Success | signal | |
| Failure | signal | |
| Finally | signal |