Storage.List not returning documented fields
Hey all, I'm using
According to the docs the response is missing required fields like
I'm using a service_key so expect all RLS checks to be off.
Any ideas on what might be off / if I'm doing something wrong?
My code
Returns
supabase-js and the storage.from.list API doesn't seem to be returning all required fields.According to the docs the response is missing required fields like
bucket_id, buckets, owner, etc.I'm using a service_key so expect all RLS checks to be off.
Any ideas on what might be off / if I'm doing something wrong?
My code
Returns
Supabase API reference for JavaScript: List all files in a bucket
