Open
Description
When I try to instantiate the storage with a custom bucket a object not found error occurs when trying to upload or receive metadata, etc.
var storage = FirebaseStorage.instanceFor(
app: cloudStorageApp,
bucket: 'gs://...'
);
Error message:
flutter: [storage/object-not-found] Object 'path/to/object' does not exist.
I double checked that there is a file in the expected location in firebase console.
When I use the default bucket it works perfectly fine.
Metadata
Metadata
Assignees
Labels
No labels