Thanks for the quick response, Xiaoming. I'm actually attempting to make 
this request using a curl request (as mentioned in the API's Guide):

#!/bin/bash
curl --header "Content-Type: application/soap+xml" \
     --header "Authorization : Bearer MY_TOKEN" \
     --http1.1 \
     --data @invite.xml \
      
 https://adwords.google.com/api/adwords/mcm/v201809/ManagedCustomerService



Is there something in my request payload that looks malformed?

On Thursday, February 13, 2020 at 11:06:29 AM UTC-6, adsapiforumadvisor 
wrote:
>
> Hi Pete,
>
> Thanks for reaching out. RequiredError.REQUIRED occurs 
> <https://developers.google.com/adwords/api/docs/common-errors#RequiredError.REQUIRED>
>  
> when the  request is missing required information. This could be the result 
> of the chain reaction of the OperatorError.OPERATOR_NOT_SUPPORTED 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.errors?hl=pl#operatorerror>
>  
> error. As you are using a third party library when you issue the API call, 
> I suggest you contact the owner of the library to let them know the issue 
> you are facing. This could be that their library is not supporting this 
> functionality or it’s not working properly. 
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5001UV0gOQ:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a447896-3ec8-465a-8590-f0c02b9ea540%40googlegroups.com.

Reply via email to