You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, path "gs://example-project/myimages/imagename with spaces.jpeg" returns:
PlatformException(object-not-found, No object exists at the desired reference., {code: object-not-found, message: No object exists at the desired reference., nativeErrorMessage: Object myimages/imagename%20with%20spaces.jpeg does not exist., nativeErrorCode: -13010}, null)
How can I handle it ? suppose that I don't have control over the image name.
By the way, excellent job with this firebase_image plugin!
The text was updated successfully, but these errors were encountered:
Hi,
For example, path "gs://example-project/myimages/imagename with spaces.jpeg" returns:
PlatformException(object-not-found, No object exists at the desired reference., {code: object-not-found, message: No object exists at the desired reference., nativeErrorMessage: Object myimages/imagename%20with%20spaces.jpeg does not exist., nativeErrorCode: -13010}, null)
How can I handle it ? suppose that I don't have control over the image name.
By the way, excellent job with this firebase_image plugin!
The text was updated successfully, but these errors were encountered: