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
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...