πŸ“ Supabase storage tutorial: Upload, fetch, sign & list files

⚑ 903 views Β· πŸ“ File Management

Description

Learn Supabase Storage Fundamentals with n8n

This template demonstrates how to integrate Supabase Storage with n8n for uploading, fetching, generating temporary signed URLs, and listing files. It’s a beginner-friendly workflow that helps you understand how to connect Supabase’s storage API with n8n automation.


Who it’s for


How it works

  1. Upload File – A user uploads a file through an n8n form, which gets stored in a Supabase storage bucket.
  2. Fetch File – Retrieve files by providing their filename.
  3. Temporary Access – Generate signed URLs with custom expiry for secure file sharing.
  4. List Objects – View all stored files in the chosen Supabase bucket.

How to set up


Requirements


Customization


πŸ“ Lessons Included


πŸ”‘ Prerequisites

πŸ”— Nodes Used

HTTP Request, n8n Form Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup