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
Copy file name to clipboardExpand all lines: src/auth/googleauth.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ export class GoogleAuth {
259
259
if(!isGCE){
260
260
// We failed to find the default credentials. Bail out with an error.
261
261
thrownewError(
262
-
'Could not load the default credentials. Browse to https://developers.google.com/accounts/docs/application-default-credentials for more information.');
262
+
'Could not load the default credentials. Browse to https://cloud.google.com/docs/authentication/getting-started for more information.');
263
263
}
264
264
265
265
// For GCE, just return a default ComputeClient. It will take care of
0 commit comments