Skip to content

upload file throw Not Found error #1013

Closed
@leibale

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.

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