[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
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...