Replies: 2 comments 3 replies
-
Possibly related #6848 released in firebase_storage_web-v3.0.2 firebase_storage_platform_interface-v4.0.2 firebase_storage-v10.0.3 d7e81b3 I wonder what version the affected person is on, and if they could share a specific URL that does not work (along with the bucket gs:// it should map to perhaps?) |
Beta Was this translation helpful? Give feedback.
-
Heyo, ya, I was hesitant about adding in all that metadata stuff myself. I do prefer simplicity but it seemed necessary for that method. I know the PR has fixed my immediate issue but the fact not that many other people have echoed my error it might be a version thing. I'll do a proper test on a fresh Flutter project later and see if it encounter anything. Yes though, I'd love to hear how the firebase team officially recommends to download resources as well. Was very curious when I looked into that pr and never found anything solid. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I don’t use really use firebase_storage myself, but still support a cache manager using it 😅.
Someone (@Nolence) has this issue: Baseflow/flutter_cache_manager#240
He gets an
Unhandled Exception: PlatformException(download_error, Object does not exist at location., null, null)
for a valid gs:// url.I’m not sure what is going wrong here and if his proposed solution is really the right way to go. I think it just shouldn’t go wrong this way and it might be a one off.
He replaces this:
with this
His PR contains a different proposal though to also get more meta data.
I want to keep the library as simple as possible and this solution makes it more complex, so I prefer not to do it, but also don’t want him to have a bug.
Does anybody know why the
Object does not exist at location
error could occur by callinggetDownloadURL()
?Beta Was this translation helpful? Give feedback.
All reactions