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()
```
Hi Teng,
Thank you for reaching out. They have just updated it for the intended use. I would suggest you wait a bit longer to have it take effect. Try it again in the next 24-48 hours and let me know if you still encounter the error.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||