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
On our machines, we already have access with gcloud.
So the python script could use it directly (no config), and thus not requiring to pass a service-account that we usually don't have on a local machine (because it's not a "service")
On our machines, we already have access with
gcloud
.So the python script could use it directly (no config), and thus not requiring to pass a service-account that we usually don't have on a local machine (because it's not a "service")
cf: Google's recommendations: https://googleapis.dev/python/google-api-core/latest/auth.html#overview
The text was updated successfully, but these errors were encountered: