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
Currently I have to download a new credentials.json file and generate a new token.json file about once a week. Otherwise I get a gaxios grant error, which assume is my token expiring.
Is that fairly normal? Or should it refresh itself indefinitely if you connect regularly?
My job runs in CI so, even if it can refresh it's token, persisting it may not be trivial.
The text was updated successfully, but these errors were encountered:
Currently I have to download a new
credentials.json
file and generate a newtoken.json
file about once a week. Otherwise I get a gaxios grant error, which assume is my token expiring.Is that fairly normal? Or should it refresh itself indefinitely if you connect regularly?
My job runs in CI so, even if it can refresh it's token, persisting it may not be trivial.
The text was updated successfully, but these errors were encountered: