You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client: Add cloud-platform scope to GoogleCredentials (spotify#1159)
* client: Add cloud-platform scope to GoogleCredentials
When the `GoogleCredentials` to use are `ServiceAccountCredentials`, we
must define an access scope before calling `refresh()`. Though it is
quite broad, the `https://www.googleapis.com/auth/cloud-platform` scope
is necessary to make API requests against Google Cloud IAM and many
other Google Cloud Platform APIs, so we must use it here.
* client: Address review comments
0 commit comments