Storage Upload Policies
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
My Policies are as follows
albums
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
- Enable insert for authenticated users only
- Enable update for authenticated users only
- None

