Skip to content

progress tracking when uploading big file #956

@gamaya-developer

Description

@gamaya-developer

Maybe I missed something but couldn't find a way to track progress during uploading. Is it possible to do it now?

I think it would be great to have an option for example:

const options = { onProgress: (data) => { console.log(data.loadedBytes) } };

await storage.bucket(bucketName).upload(filename, options);

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the googleapis/nodejs-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions