Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

ERR_MULTIPLE_CALLBACK on file.download() #2082

@Aliaksandr-K-JazzTeam

Description

@Aliaksandr-K-JazzTeam
  1. Is this a client library issue or a product issue?
    yes

  2. Did someone already solve this?

  1. Do you have a support contract?
    no

If the support paths suggested above still do not result in a resolution, please provide the following details.

Environment details

  • OS: Win10 21H2
  • Node.js version: 16.13.2
  • npm version: 8.1.2
  • @google-cloud/storage version: 6.5.2

Steps to reproduce

Try to download a file:

  try {
    await file.download({
      destination: destination
    })
  } catch(e) {
    console.log(e);
  }

As the result catching error ERR_MULTIPLE_CALLBACK

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the googleapis/nodejs-storage API.needs more infoThis issue needs more information from the customer to proceed.priority: p2Moderately-important priority. Fix may not be included in next release.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