xyzOriginal post
React Developer
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/
Summary
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.