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
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...
- Am getting "The current user has been bl...
Was working on my app FLUTTER WEB APP, and suddenly, I have been blocked.... What can I do ? When I try to sign in to the console, I get "The current user has ...