Download File
This is based on the Supabase Client SDK - Download a file.
Inputs
| Data | Type | Description |
|---|---|---|
| Download | signal | |
| Bucket | string | |
| Path (within bucket) | string |
Outputs
| Data | Type | Description |
|---|---|---|
| File Blob | * | |
| File Text | string | |
| File Array Buffer | * | |
| Is Downloading | boolean | |
| Is Downloaded | boolean | |
| Status | string | |
| Is Success | boolean | |
| Is Error | boolean | |
| Error Text | string | |
| Success | signal | |
| Failure | signal | |
| Finally | signal |