library · inferred from evidence
nodejs-storage
The Node.js client library for Google Cloud Storage.
- GCS Node SDK: lots of socket hang up errors on batch requests
Fixed upstream in the @google-cloud/storage SDK: the reporter re-tested with 7 files and all streams succeeded after the fix. Upgrade @google-cloud/storage to a version containing the fix and retry the batch checks. If you still see socket
- GCS getSignedUrl fails: Cannot sign data without client_email
The recommended path is service-account impersonation for signing: create a dedicated service account, grant the caller the IAM Service Account Token Creator role on it, and let the SDK sign through the IAM API instead of a local key. Users