Hello Nico, The DEVELOPER <https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED> _TOKEN_NOT_APPROVED <https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED> error is noticed when you're using an unapproved developer token to make API calls against Production account. Currently, both the accounts are Production manager accounts and both the developer tokens has test account access. The developer token from these accounts cannot be used to make calls to a Production Manager account. You need to apply for Basic access <https://services.google.com/fb/forms/newtoken/> to get your developer token approved. Once you submit the Basic access application, the AdWords API compliance team will respond within a couple of business days. You can contact the API compliance team <https://services.google.com/fb/forms/apicontact/> for assistance in getting your token approved. Please refer to this guide <https://developers.google.com/adwords/api/docs/guides/signup> and test account guide <https://developers.google.com/adwords/api/docs/guides/accounts-overview#test_accounts> for additional reference.
Regards, Bharani, AdWords API Team On Thursday, October 5, 2017 at 3:10:03 PM UTC-4, NW Int wrote: > > Hello, > > yesterday I wanted to create a test account for testing your adwords API > for PHP, but not successful. > > I asked for help, and someone in your team sent me a link, in which is > written, that I should first create a production management account > and a test management account. So, I've done it, and tried the PHP > samples. But this time it did NOT work again. > > Can someone tell me what's wrong with that, and how would it work? > > - PHP example: > > adwords-examples-30.0.0\examples\AdWords\v201708\Optimization\getKeywordIdeas.php > > - Message: > Fatal error: Uncaught exception > 'Google\AdsApi\AdWords\v201708\cm\ApiException' with message > '[QuotaCheckError.DEVELOPER > _TOKEN_NOT_APPROVED @ ; trigger:'<null>']' in > D:\testPHP\adwords-examples-30.0.0\vendor\googleads\googleads-php-lib\src\ > Google\AdsApi\Common\Util\Reflection.php:39 > > >>My account information: > > - production management account: 163-653-2493 > developer token: RJ5S********JhJg > > - test management account: 630-401-3688 > developer token: YEia********eToA > > - link from 630-401-3688 to 163-653-2493 created > > >> PHP settings: > - adsapi_php.ini > > ; from account 163-653-2493 > developerToken = "RJ5S********JhJg" > clientCustomerId = "163-653-2493" > > ; from account 630-401-3688 > clientId = "38571684858*********************.apps.googleusercontent.com" > clientSecret = "miZB********JQQk" > refreshToken = "1/dWV**********************006r" > > Kind regards, > Nico > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f6b62381-85c4-4cc8-9caf-7d760ddba0bd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
