Hello All im getting this error when trying to acsess a storage bucket using next image
{"statusCode":"400","error":"Bad Request","message":"querystring should have required property 'token'"}
((bucket_id = 'products'::text) AND (storage.extension(name) = 'jpg'::text) AND (lower((storage.foldername(name))[1]) = ''::text) AND (role() = 'anon'::text))
I have RLS ON and I have this police so all can select but its saying I need a token still?
n
Needle
04/27/2022, 4:14 AM
Hello @Keooo!
This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``.
Pinging @User so that they see this as well!
Want to unsubscribe from this thread?
Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates.
Want to change the title?
Use the
/title
command!
We have solved your problem?
Click the button below to archive it.
k
Kadnium
04/27/2022, 1:19 PM
I think you need to have a public bucket if you want to access it without token, with the current setup you would need the anon token which is provided in supabase dashboard