
I am using react and creating a content management system with react-quill. When i insert the image the image gets uploaded in the storage bucket but i need the file url to put inside the image tag. Is there any method to get the file url after uploading


Thank you

[Solved]How to get file's url from storage
Recommended threads
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
- Unable to read session cookie
Hi, when I am hitting Appwrite **/account** API. I am getting the user account details as expected in the response. However, with that API, Appwrite also adds a...
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
