File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ async def refresh_grant(
307
307
):
308
308
if not enable_reauth_refresh :
309
309
raise exceptions .RefreshError (
310
- "Reauthentication is needed. Please run `gcloud auth login --update-adc ` to reauthenticate."
310
+ "Reauthentication is needed. Please run `gcloud auth application-default login ` to reauthenticate."
311
311
)
312
312
313
313
rapt_token = await get_rapt_token (
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ def refresh_grant(
332
332
):
333
333
if not enable_reauth_refresh :
334
334
raise exceptions .RefreshError (
335
- "Reauthentication is needed. Please run `gcloud auth login --update-adc ` to reauthenticate."
335
+ "Reauthentication is needed. Please run `gcloud auth application-default login ` to reauthenticate."
336
336
)
337
337
338
338
rapt_token = get_rapt_token (
You can’t perform that action at this time.
0 commit comments