Maybe I'm misunderstanding something or missing so...
# javascript
t
Maybe I'm misunderstanding something or missing something obvious, but I can't get my avatar bucket files to update using from.update(). A new upload is fine, but when I use update using the same path/name I get a 404 error saying the resource not found. Here's my code between the two calls. Can anyone see what I'm doing wrong? Thanks!
My delete command also doesn't appear to be working. It returns an empty array without error, but doesn't actually remove the file
I must be doing something wrong
g
Check your RLS if these are not public tables.
t
So the issue was I didn't have policies set up for the users folder. I assumed any policy on the top level bucket would get inherited to child folders. Guess that makes sense though