Hi, I'm trying to access to an account with google ads api using same configuration (credential/ token / Login customer) than with Adwords api.
I use 5.0.1-SNAPSHOT version There's no error, but no response for a simple request: CustomerServiceClient customerServiceClient = googleAdsClient.getLatestVersion().createCustomerServiceClient(); String customerResourceName = ResourceNames.customer(8975708356l); com.google.ads.googleads.v3.resources.Customer customer = customerServiceClient.getCustomer(customerResourceName); In the GUI, I read: API AccessYour developer token is currently enabled for Test Account Access <https://developers.google.com/adwords/api/docs/access-levels?hl=en-GB>. Apply for Basic Access in the "Access level" section to begin interacting with production accounts. but I already had access thru Adwords API. Should I get a second token ? Could anyone give me informations ? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/ccb55985-d6aa-41aa-a2b1-366ffa151205%40googlegroups.com.