googleapis / googleapis/google-api-java-client-services
Upgrade Analytics OAuth support
Offen
priority: p3
type: feature request
- Vorherrschende Sprache
- Java
- Sterne
- 725
- Forks
- 394
- Ø Merge
- 42 Min.
- Gemergte PRs (30 T.)
- 257
Beschreibung
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`.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.