Franco van Vuuren(u21463702)Original post
Rank 1: Thread
Is there a way to obtain the file url for a specific file. Currently I only see ways to get the actual file through the api, but I need the fileURL.
Summary
The user is asking for a way to obtain the file URL for a specific file from a storage bucket. The solution is to build the URL using the bucket id, file id, and project id. An example URL is provided: cloud.appwrite.io/v1/storage/buckets/{bucket ID}/files/{file ID}/view?project={project ID}.