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
https://github.com/googleapis/google-auth-library-java
https://github.com/googleapis/google-auth-library-java/blob/6cc107359226ab2c70c9b2d066ddf726e27a92b7/oauth2_http/javatests/com/google/auth/oauth2/UserAuthorizerTest.java#L59
Note the previous implementation broke service account credential users as well (FetchArtifacts Exception - rewrite user auth flow #464)
Google Storage builder.setCredentials(...).build().service failed to refresh with this error:
builder.setCredentials(...).build().service
OAuth2Credentials instance does not support refreshing the access token.
googleapis/google-oauth-java-client#251
The text was updated successfully, but these errors were encountered:
bootstraponline
No branches or pull requests
https://github.com/googleapis/google-auth-library-java
https://github.com/googleapis/google-auth-library-java/blob/6cc107359226ab2c70c9b2d066ddf726e27a92b7/oauth2_http/javatests/com/google/auth/oauth2/UserAuthorizerTest.java#L59
Note the previous implementation broke service account credential users as well (FetchArtifacts Exception - rewrite user auth flow #464)
Google Storage
builder.setCredentials(...).build().service
failed to refresh with this error:googleapis/google-oauth-java-client#251
The text was updated successfully, but these errors were encountered: