Supabase List bucket objects via HTTP request #33809
Answered
by
GaryAustin1
amirkhalil22
asked this question in
Questions
-
hello, i already have a project that i need to list all documents from a bucket, with a HTTP request im using this url to get a specific document : https://supabase.nexusteam.net/storage/v1/object/test/cv_med please need help... |
Beta Was this translation helpful? Give feedback.
Answered by
GaryAustin1
Feb 24, 2025
Replies: 1 comment 6 replies
-
The endpoint is https://supabase.github.io/storage/#/object/post_object_list__bucketName_ You will need to meet Select RLS even on a public bucket to list. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't show your URL so hard to know... That doc just gives you the info you need for url and data.
You originally posted:
https://supabase.nexusteam.net/storage/v1/object/test/cv_med
as your url to file.Seems to me based on the doc I linked that should be
https://supabase.nexusteam.net/storage/v1/object/list/test