googleapis / nodejs-storage

Node.js client for Google Cloud Storage: unified object storage for developers and enterprises, from live data serving to data analytics/ML to data archiving.
https://cloud.google.com/storage/
Apache License 2.0
888 stars 368 forks source link

GetServiceAccountOptions missing projectIdentifier field #2446

Closed ddelgrosso1 closed 1 month ago

ddelgrosso1 commented 2 months ago

https://cloud.google.com/storage/docs/json_api/v1/projects/serviceAccount/get#parameters

https://github.com/googleapis/nodejs-storage/blob/2eacda806e5ba9bdb32f2d42b23468753998bb9a/src/storage.ts#L34-L36

The parameters between the SDK and the JSON API are currently mismatched and should be corrected.