Skip to content

upload file throw Not Found error #1013

Description

@leibale
fs.createWriteStream('path').pipe(bucket.file('path').createWriteStream({
  resumable: true
})).on('error', function (err) {
  // err = Not Found
});

when i send resumable: true or without resumable (the default is true) i get Not Found error on most of the files.
and when i send resumable: false i get the error less times, but still get it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

api: storageIssues related to the Cloud Storage API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions