Appearance
Download File (Supabase) ​
Use this action to retrieve a file from Supabase Storage.
Add the action ​
- Create (or open) an
Interfaceworkflow. - Click
+ Add action. - Select
Supabase→Download File. - Select the Supabase
Connectionyou want to use.
Configure the action ​
- Bucket — The bucket to download from.
- Path — The full path to the file inside the bucket (for example
users/123/avatar.png).
Common pitfalls ​
The file can’t be downloaded ​
This is usually caused by your Supabase Storage access rules. Check your Storage policies and make sure the current user is allowed to download the file.
CONTINUE LEARNING
If you don’t want to download the file directly, you can generate a link instead.

