
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.

You can build the URL using the bucket id, file id, and project id.

cloud.appwrite.io/v1/storage/buckets/{bucket ID}/files/{file ID}/view?project={project ID}

thank you

can this be marked as solved now?
Recommended threads
- Questions about requests count on dashbo...Hi guys I am new to this platform so I dont know if I am doing anything wrong. On dsahboard the request count is about 50k even though I dont feel like I have d... 
- Account.get throwing an error on EXPO SD...I am updating my react app to use EXPO SDK 54 and appwrite-react-native SDK 0.17.x but the account.get() function is not working I use it to get the current us... 
- How to ByPass the Hostname restriction f...Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname... 
