Skip to content
New issue

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

Upgrade Analytics OAuth support #13833

Open
markusheiden opened this issue Aug 25, 2022 · 0 comments
Open

Upgrade Analytics OAuth support #13833

markusheiden opened this issue Aug 25, 2022 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@markusheiden
Copy link

The Google Ads API moved to the google-auth-library-* libraries.
The Analytics API (we are using management and reporting) stayed at the google-oauth-client library.

So when using Google Ads API in conjunction with the Analytics API we have to convert the "old" Credential/StoredCredential to the "new" UserCredentials. Additionally, we have two libs on the classpath we don't need:
com.google.oauth-client:google-oauth-client
com.google.api-client:google-api-client

Please upgrade the Analytics APIs to the "new" UserCredentials.

@markusheiden markusheiden added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants
@markusheiden and others