Best practices for securing uploaded files in Zapier table storage

I’m building a data collection form with Zapier Interfaces that needs to handle confidential files and personal information. When I set up the form, I connected it to a Zapier table for data storage. Everything works fine for text fields, but I’m concerned about file security. After testing the upload feature, I discovered that all uploaded files get stored on a CDN with publicly accessible URLs. This creates a major security risk for sensitive documents. What are the recommended methods to protect these file uploads when using Zapier tables? Are there alternative storage solutions that integrate well with Zapier while maintaining proper access controls?

totally agree, zapier tables aren’t built for sensitive stuff. airtable and notion are way better for that! you can integrate them with zapier too, so you don’t have to worry about your files showing up on public cdns where they could be exposed. stay safe!

You’re right to worry about this. Same thing happened to me last year with client contracts through Zapier forms. Those public CDN URLs are a nightmare for sensitive stuff. Here’s what fixed it for me: I switched to a hybrid setup where Zapier triggers uploads straight to Google Drive or Dropbox with locked-down permissions. Then I just store the secure file references in the Zapier table, not the actual files. Set up a Zap that dumps files into a private folder with proper access controls, then feeds back a secure link or file ID to your table. I’ve also tested AWS S3 with presigned URLs through webhooks, but that’s more technical work. Bottom line: never leave sensitive files in Zapier’s default storage if you actually need security.

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.