We are facing the following error = SERVICE_ACCESS_DENIED when trying to call the following API
but we can call the google Ads API Beta and the access to Google Ads API was approved.
<soap:Header>
<ns2:requestId>0005a46ad3d84f860abcdd02780a3fad</ns2:requestId>
<ns2:serviceName>ManagedCustomerService</ns2:serviceName>
<ns2:methodName>get</ns2:methodName>
<ns2:operations>1</ns2:operations>
<ns2:responseTime>395</ns2:responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>[AuthorizationError.SERVICE_ACCESS_DENIED @ ]</faultstring>
<detail>
<ns2:message>[AuthorizationError.SERVICE_ACCESS_DENIED @ ]</ns2:message>
<ns2:ApplicationException.Type>ApiException</ns2:ApplicationException.Type>
<ns2:fieldPath></ns2:fieldPath>
<ns2:trigger></ns2:trigger>
<ns2:errorString>AuthorizationError.SERVICE_ACCESS_DENIED</ns2:errorString>
<ns2:ApiError.Type>AuthorizationError</ns2:ApiError.Type>
<ns2:reason>SERVICE_ACCESS_DENIED</ns2:reason>
</ns2:errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>