Hey, I'm pretty confused with this one, app is set up so users can upload videos to supabase, the user is able to upload the video, I then save the url to a row, and put the url on the video player however, the video will not play. Policies are set up correct on supabase as below. If I set the bucket it public it work, but these need to be private, any idea why this isnt working?
((bucket_id = 'user_data'::text) AND ((storage.foldername(name))[1] = (auth.uid())::text))