Replies: 1 comment
-
You can use a list call: https://supabase.com/docs/reference/dart/storage-from-list You can also query storage.objects directly (if you meet select RLS) to get files in a bucket. You would need to write the code and use where clause to filter on bucket and owner_id. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application on Flutterflow with Supabase DB. I want to list the documents from the private Supabase bucket with the policy to only show the files for auth.user only.
My questions are:
How do you list the documents from that bucket? Is there a specific guide to it?
Can I populate the URL of uploaded files from storage to another table, so that I can filter them more easily?
Beta Was this translation helpful? Give feedback.
All reactions