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
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...