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
TL;DR
The user is asking for a way to get the file URL after uploading it in a storage bucket using react-quill in their content management system. The solution is to refer to the link provided in the thread: https://github.com/appwrite/appwrite/issues/3355, where there is a discussion on how to achieve this.