Hi, This error <https://developers.google.com/adwords/api/docs/common-errors#AuthorizationError.USER_PERMISSION_DENIED> occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. This could be because the link between the manager and client account was removed or your OAuth credentials are for a user who does not have access to the client customer ID specified or any of its manager accounts. Could you use CustomerService.getCustomers() to check the list of accounts directly accessible by the OAuth2 credentials? You can also use ManagedCustomerService <https://developers.google.com/adwords/api/docs/reference/v201705/ManagedCustomerService> to get the list of accounts linked to your manager account.
Regards, Shwetha, 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/e30c6dbd-7c72-4e8f-b367-02e3798676c0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
