Storage Upload Upsert (SET)
I am trying to upload a file to
But update doesn't work. Upload works.
TS code for upload (create) only is
Update with upsert via upload method option returns
And update with or without upsert returns 404
Thank you!
avatars/<user_id> with RLS select public read for anons, insert and update for authenticated if But update doesn't work. Upload works.
TS code for upload (create) only is
Update with upsert via upload method option returns
And update with or without upsert returns 404
Thank you!