[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
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...