Hi, The "AuthorizationError.USER_PERMISSION_DENIED <https://developers.google.com/adwords/api/docs/common-errors#AuthorizationError.USER_PERMISSION_DENIED>" error you are encountering indicates that the connection between the MCC account and the client account has been broken or you are using credentials which has no access to the account you are making the call against. To resolve this, you may use the ManagedCustomerService.get() <https://developers.google.com/adwords/api/docs/reference/v201710/ManagedCustomerService#get> to make sure that the client account you are using belongs to the hierarchy of your root MCC. You may also refer to the GetAccountHierarchy <https://developers.google.com/adwords/api/docs/samples/java/account-management#get-the-account-hierarchy-under-the-current-account> example for the code (other languages are also available in the link).
Another solution would be to recreate the OAuth2 credentials while logged in to an email address which has access to the AdWords account you are making calls against. To generate the OAuth2 credentials, you may refer to this guide <https://developers.google.com/adwords/api/docs/guides/authentication>. I hope this helps. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/57f4a7b8-0127-4717-be5a-418d4cad29b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
