Cloudinary keeps showing up in n8n workflows for one specific job - taking a binary file and returning a public URL. No transformations, no optimization. Just a hosted link.
Feels like a lot of setup and cost (starting at $89/month) for something that simple.
What are people actually using for this? Here’s what I’ve seen so far:
-
Google Drive / Dropbox - share links break when external APIs try to fetch the file directly
-
imgbb / imgur - no native node, HTTP request wiring every time
-
S3 / Cloudflare R2 - reliable but heavy setup for something simple
-
Upload to URL - I built this one, full disclosure. Verified n8n node, binary in, public CDN URL out
Genuinely curious what others are running in production - is there a cleaner solution I’m missing?