Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Header>
<v20:RequestHeader>
<v20:clientCustomerId>ххх-ххх-хххх</v20:clientCustomerId>
<v20:developerToken>ххххххххххххх</v20:developerToken>
<v20:userAgent>AdWords</v20:userAgent>
<v20:validateOnly>false</v20:validateOnly>
<v20:partialFailure>false</v20:partialFailure>
</v20:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<v20:mutate>
<v20:operations>
<v20:operator>ADD</v20:operator>
<v20:operand>
<v20:feedId>665013</v20:feedId>
<v20:status>ENABLED</v20:status>
<v20:attributeValues>
<v20:feedAttributeId>1</v20:feedAttributeId>
<v20:stringValue>Creation z Fanal od 13 €</v20:stringValue>
</v20:attributeValues>
<v20:attributeValues>
<v20:feedAttributeId>2</v20:feedAttributeId>
</v20:attributeValues>
</v20:operand>
</v20:operations>
</v20:mutate>
</soapenv:Body>
</soapenv:Envelope>
раньше все работало хорошо, но вот недавно я стал получать ошибку:
<soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader xmlns="
https://adwords.google.com/api/adwords/cm/v201502"><requestId>00051c8f2e11ae480ac41b84a500214a</requestId><serviceName>FeedItemService</serviceName><methodName>mutate</methodName><operations>1</operations><responseTime>117</responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[EntityAccessDenied.WRITE_ACCESS_DENIED @ operations[0].operand.attributeValues]</faultstring><detail><ApiExceptionFault xmlns="
https://adwords.google.com/api/adwords/cm/v201502"><message>[EntityAccessDenied.WRITE_ACCESS_DENIED @ operations[0].operand.attributeValues]</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:type="EntityAccessDenied"><fieldPath>operations[0].operand.attributeValues</fieldPath><trigger></trigger><errorString>EntityAccessDenied.WRITE_ACCESS_DENIED</errorString><ApiError.Type>EntityAccessDenied</ApiError.Type><reason>WRITE_ACCESS_DENIED</reason></errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
В чем проблема? Видимо связано с переходом на новый АПИ?