How can I limit media library entries to only be limited to users’ own uploaded files? Currently every user can view each other’s uploaded files through the media library by default.
This topic has been created from a Discord post (1261510022912016536) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord
Interested too. As for default there is no way to managed it afaik
I need to do something simmilar, I have not yet done it, but I’m planning on creating a policy for a table. I added a field to the object called “owner” with a relation to the user permissions user table, then, in the policy, I plan to check if the record owner = logged in user
if it is, I will approve the request.