Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Download File (Supabase) ​

Use this action to retrieve a file from Supabase Storage.

Add the action ​

  1. Create (or open) an Interface workflow.
  2. Click + Add action.
  3. Select Supabase → Download File.
  4. Select the Supabase Connection you 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.

Supabase integration →