I've got a public bucket called "albums" and I'm trying to allow authenticated users to insert and update objects into the bucket, but I keep receiving this error message
new row violates row-level security policy for table \"objects\"
new row violates row-level security policy for table \"objects\"
. Can someone guide me in the right direction of how to setup these policies correctly.
My Policies are as follows albums * None
Other policies under storage.objects * Enable insert for authenticated users only * Enable update for authenticated users only
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.