Hello thereļ¼ I used listAccessibleCustomers from google ads Api, but I got an error, it was strange. the code is: String queryCustomSql = "SELECT customer_client.id, customer_client.descriptive_name, customer_client.client_customer,customer_client.currency_code,customer.auto_tagging_enabled FROM customer_client"; GoogleAdsVersion latestVersion = googleAdsClient.getLatestVersion(); CustomerServiceClient customerService = latestVersion.createCustomerServiceClient(); GoogleAdsServiceClient googleAdsServiceClient = latestVersion.createGoogleAdsServiceClient(); ListAccessibleCustomersResponse response = customerService.listAccessibleCustomers(ListAccessibleCustomersRequest.newBuilder().build()); the error is: java.lang.IllegalStateException: Could not find policy 'pick_first'. Make sure its implementation is either registered to LoadBalancerRegistry or included in META-INF/services/io.grpc.LoadBalancerProvider from your jar files.
i need help, Thanks you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/0b37aa60-120c-4e0c-b464-b4321a69d462%40googlegroups.com.