i get msg from AdWords API Compliance
Dear Developer,
Your tool has been updated to reflect intended use. Approved for basic
access to Google AdWords API. Your tool can now make internal reporting api
calls.
but also get a AuthorizationError.SERVICE_ACCESS_DENIED err when trying to
make a call for get a daily report.
and i use cid like this
```
Credential credential = new OfflineCredentials.Builder()
.forApi(OfflineCredentials.Api.ADWORDS)
.withClientSecrets(GoogleClientId, GoogleClientSecret)
.withRefreshToken(GoogleRefreshToken)
.build()
.generateCredential();
AdWordsSession session = new AdWordsSession.Builder()
.withDeveloperToken(GoogleDeveloperToken)
.withClientCustomerId(s)
.withOAuth2Credential(credential)
.build()
```
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/37a3ae85-8318-4e50-85b0-ed466d8c2942n%40googlegroups.com.