We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you use the -device flag with googlesource.com you get the following error:
-device
2023/09/14 06:50:19 oauth2: cannot fetch token: 400 Bad Request Response: { "error": "invalid_scope", "error_description": "Invalid device flow scope: https://www.googleapis.com/auth/gerritcodereview" }
The text was updated successfully, but these errors were encountered:
This is blocked by Google support. It's necessary to add https://www.googleapis.com/auth/gerritcodereview to the allowed list of device flow scopes at https://developers.google.com/identity/protocols/oauth2/limited-input-device#allowedscopes
https://www.googleapis.com/auth/gerritcodereview
Sorry, something went wrong.
Reported upstream https://issues.gerritcodereview.com/issues/300279941 please vote for it there
No branches or pull requests
If you use the
-device
flag with googlesource.com you get the following error:The text was updated successfully, but these errors were encountered: