-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.triage meI really want to be triaged.I really want to be triaged.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.
Milestone
Description
Hi, right after uploading a file I need to get it back and Storage returns a 404:
fs.createReadStream('/local/photo.jpg').pipe(bucket.file('photo.jpg').createWriteStream().on('finish', function(){
console.log('write finished');
bucket.file('photo.jpg').createReadStream().pipe(fs.createWriteStream('/downloaded.jpg'));
}));Is there a better callback to know when a file is fully uploaded to Storage please ?
Thanks
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.triage meI really want to be triaged.I really want to be triaged.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.