Hi,
I have been following your ‘Can You Build a Multi-Tenant CMS in 1 Hour?’ video https://www.youtube.com/watch?v=AgqyTQqY90E which has been great but now I’m starting to build out some sites I’ve discovered that file uploads will be problem. For example, Site A users shouldn’t be able to see Site B’s uploads and vice versa. What is the most straight forward way to accomplish this? I’m assuming I’ll need to set up some flows which will run whenever files are uploaded to move them to the specific site folder and restrict user access so that only users with the correct permission can access them. Just not sure how to do this ![]()
Thank you, appreciate your help with this. The issue I found with doing this was that I'd need to set the tenant value when files are created or updated. I started to look into configuring flows for this but this got quickly out of hand as I'd need to configure this for each collection. What I've settled on for now is that users can only see the files that they have uploaded.
– danny