[SOLVED] After storing on Appwrite Storage, how can I get the file url?
- 0
- Resolved
- Web
- Databases
- Storage
- Cloud
- Self Hosted
Hi, I have used appwrite on my nextjs 13 app to store images. But when I call the storage.createFile I am getting a json response with just a fileId. What I want is to get the file url and then store it to appwrite database in the imgUrl field.
How can I achieve this or is there a better way to have an image preview on my app that is depending on the database records? Please also take note that imgUrl field could have different image url not only within appwrite.
Thanks.
Is your storage public?
If so you can use the preview endpoint
Like in here
https://discord.com/channels/564160730845151244/1112589191176540200/1112591019465265172
oh that makes sense. Yup I am able to view now! Thanks
[SOLVED] After storing on Appwrite Storage, how can I get the file url?
Recommended threads
- hi guys! my site is not accesible in my ...
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...