"Could not load the default credentials" when using custom apiEndpoint with getSignedUrl.
#2197
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Environment details
@google-cloud/storage
version: 6.10.0Steps to reproduce
Run the following code when using a storage emulator such as
fake-gcs-server
or firebase storage emulator:This will return the following error about credentials, even though the emulator doesn't use credentials, so they aren't needed to sign the URL:
This was previously mentioned in a comment on this previous ticket: #1373 (comment)
The text was updated successfully, but these errors were encountered: