Skip to content

Can't find files when bucket is provided #24

Open
@maxfornacon

Description

@maxfornacon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions