Hello,

I am getting the following error while mutating the customer manager link 
with "mutateCustomerManagerLink".
Any idea what could be the cause ?

Response
> --------
> Headers: 
> Metadata(content-type=application/grpc,request-id=JBh-_QtTXEELHTQmU75-Xw,date=Tue,
>  
> 25 Jun 2019 20:38:47 GMT,alt-svc=quic=":443"; ma=2592000; v="46,44,43,39")
> Body: null
> Failure message: errors {
>   error_code {
>     121: 9
>   }
>   message: "Client has no active user that can access the client account."
>   location {
>     field_path_elements {
>       field_name: "operations"
>       index {
>       }
>     }
>   }
> }


I am using the following code:

 GoogleAdsClient customerManagerClient = 
createCustomer.getGoogleAdsClient().toBuilder().setLoginCustomerId(Long.valueOf(customerId)).build();

 try (CustomerManagerLinkServiceClient client = 
customerManagerClient.getLatestVersion().createCustomerManagerLinkServiceClient())
 {
   MutateCustomerManagerLinkResponse response = 
client.mutateCustomerManagerLink(String.valueOf(customerId), 
Arrays.asList(customerManagerLinkOperation));

}

Regards,

Thank you!



Jason 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8f01de22-028d-48f8-aba4-9a77a0183b98%40googlegroups.com.

Reply via email to