I have created a test MCC several month ago and could make requests with OAuth2.0 for all customers that belong to this MCC. Since last week, I can't make requests for one of this customers that works the days before. I get always AuthorizationError.USER_PERMISSION_DENIED. The other customers don't return this error. Now I added a new customer to this MCC and I get the same error message. What's wrong?
Here is my SOAP Request: *<?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201309"><partialFailure>false</partialFailure><userAgent>ngts (AwApi-Java, AdWords-AppEngine/1.20.0, Common-Java/1.20.0, JAX-WS/Unknown, Java/1.7.0, maven)</userAgent><developerToken>XXXXXXXXXXXXX</developerToken><clientCustomerId>8723084704</clientCustomerId></RequestHeader></soap:Header><soap:Body><get xmlns="https://adwords.google.com/api/adwords/cm/v201309" xmlns:ns2="https://adwords.google.com/api/adwords/billing/v201309" xmlns:ns3="https://adwords.google.com/api/adwords/rm/v201309" xmlns:ns4="https://adwords.google.com/api/adwords/mcm/v201309" xmlns:ns5="https://adwords.google.com/api/adwords/o/v201309" xmlns:ns6="https://adwords.google.com/api/adwords/ch/v201309"><serviceSelector><fields>Id</fields><dateRange><min>20140415</min><max>20140416</max></dateRange></serviceSelector></get></soap:Body>* *</soap:Envelope>* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/d/optout.
