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
Note that you'll only need to supply these flags once (when you first authenticate). After that, you can run:
grow stage
Additionally, if you want to reset the local storage of all credentials, you can use:
grow --clear-auth --interactive-auth stage
And that will allow you to start from scratch.
The key requirement here is to supply --interactive-auth which triggers the redirect-based flow (rather than the copy-paste-based flow). As an alternative, you can also authenticate with a service account key file using:
grow --auth-key-file=path/to/key/file.json stage
I'll look into removing the OOB/copy-paste flow from Grow to make this more obvious now that that flow has been deprecated by Google.
Lately we haven't been able to run
grow preprocess
because we are not able to authenticate in Google.Not sure if something changed in Google's authentication method, but this is the error that we are getting:
Looks like it is something related to
https://developers.google.com/identity/protocols/oauth2/resources/loopback-migration#what-is-the-loopback-ip-address-flow
https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#dates-loopback
The text was updated successfully, but these errors were encountered: