-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.