[SOLVED] After storing on Appwrite Storage, how can I get the file url?
- 0
- 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
- Change attributes of existing collection...
I'm trying to figure out how to add a new attribute to this empty collection, but the only prompt that shows up is the "create document." Nothing shows up in se...
- Sites - Tanstack start
Hi all do we know if sites will support deploying Tanstack start?
- Email template for OTP session
The default template shown by cloud interface does not match the sent template. Also whenever I change a character on the default template, the variable matcher...
