๐ Upload & categorize files with Supabase Storage and secure URL generation
โก 2,596 views ยท ๐ File Management
Description
Supabase Storage File Upload Workflow
works with selfhosted Supabase
โน๏ธ How it works
โข Accepts file data (MIME type, filename, base64 content) from other workflows โข Automatically routes files to appropriate storage buckets based on file type (images, audio, video, documents) โข Uploads files to Supabase Storage using the REST API โข Generates secure signed URLs for file access with 30-day expiration โข Returns structured success/error responses for downstream processing
๐๏ธ Set up steps
โข Configure Supabase API credentials in n8n
โข Create storage buckets in your Supabase project (image-files, audio-files, video-files, document-files) (or choose your own structuring system)
โข Replace url paths with your own
โข Test the workflow using the included form trigger
โข Remove test form and integrate with your main workflows
๐ Reference: Supabase Storage Documentation
๐ Nodes Used
HTTP Request, Execute Workflow Trigger, n8n Form Trigger, Convert to File
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File