
Hi everyone, im trying to get the file url from storage but when i use the getFileViewURL method i get a url that looks like this:
this is the weird part i guess [object%20Object]/files/undefined/
TL;DR
Issue is with the format of the URL returned by getFileViewURL method in react native storage. The URL includes unexpected "[object%20Object]/files/undefined/" part. This could be due to incorrect parameters passed or a bug in the method. You may need to double-check the input parameters or consider troubleshooting the method itself.
Solution:
Upon review, it seems like there might be incorrect parameters being passed to the getFileViewURL method causing the unexpected URL formation. Double-check the parameters being passed or review the method implementation for potential bugs.Recommended threads
- User (role: guests) missing scopes
Encountering a 401 Unauthorized error when attempting to create users AI assistant suggested I need to create a "server" type API key instead of the current "...
- SMS based authentication issue AppwriteE...
Hi, I am creating sms based login. I am able to send SMS code to my real number however I am receving this error. I can log the "secret" and i can see it is not...
- WebSocket reconnecting issues – Realtime...
Hello! I am experiencing a problem with the Realtime API. My frontend is constantly reconnecting to the WebSocket server, and as a result Realtime is not worki...
