If the bucket is set so only the user can read, how can the files in storage be accessed directly via URL? (without turning them public through a file token)
TL;DR
Developers are wondering how to directly access files in storage via URL when the bucket is set to private. The solution is to create a signed URL with an expiration time for temporary access without making the files public.