Hi,
I'm working on the migration of a service that employs Google Adwords API. 
I'm migrating to Google Ads API.

I'm having different responses when I make the call to get the accessible 
customer accounts for the configuration set. We manage many client accounts 
using refresh tokens that are generated with their consent through our web 
app. With these refresh tokens we list and mutate user_lists. 

For some cases (there are cases like this that are working OK) in which the 
refresh token has access to only one google ads account, I'm having the 
following issue:
When I list all the accessible customer accounts using Adwords 
CustomerService.getCustomers(), I get the single Google Ads account. In 
this case, I can make the operations I need (list/mutate user_lists). 
However, when I do the same using the Google Ads Java Client Library 
(CustomerServiceClient.ListAccessibleCustomers()), I get none, and I cannot 
make any operation as I get a USER_PERMISSION_DENIED error. And I'm using 
the same refresh token for both cases!

Do you know what could be the issue? could be the case that a refresh_token 
is valid only for Adwords API and invalid for Google Ads API? 

So far, I've identified 3 of our client's accounts with this issue. It is 
weird because there are cases like this that work alright, and a few of 
these are failing

Please advice

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/d1c28f3a-75af-4a3b-9c81-cae20d41cec9n%40googlegroups.com.

Reply via email to