Daniel Lyons' Notes

Supabase Storage and N8N How To!

Description

#n8n #supabase #nocode #citizendeveloper 👉🏻 SubStack Details https://substack.com/@dailyaistudioIn this video, I walk through a complete setup for uploadi...

My Notes

00:30: Supabase setup

  • 01:13: security recommendation
    • don't use anon key in n8n. Use in web or mobile app
    • don't use service key in web or mobile app. Use in your backend (e.g. n8n)

01:29: Interacting with supabase with http node

  • As of 2025-11-21 it doesn't seem that the supabase node in n8n supports n8n's Storage features (it only supports the database). To use Storage it seems like you need to interact via HTTP
  • 02:57: Known issue: If you upload a file to supabase with the name of a file that is already in Supabase then you get an error[1]
  • Upload API DESCRIPTION: 03:35

09:58: Use cases

Transcript

Footnotes


  1. Well yeah. That makes sense that supabase would return an error. Wouldn't we want that error? How can Supabase upload the file if there's a name conflict? ↩︎

Supabase Storage and N8N How To!
Interactive graph
On this page
Description
My Notes
00:30: Supabase setup
01:29: Interacting with supabase with http node
09:58: Use cases
Transcript
Footnotes