Re: List Accessible Accounts stuck in error loop

2022-05-04 Thread Dean Povey
Err in case it wasn't clear, that's what I expect should happen :-). So now fixed. On Thursday, May 5, 2022 at 1:32:31 AM UTC+10 Dean Povey wrote: > I had this same problem (assuming you are using the Java API). It seems to > be a bug in the OAuth library. I upgraded to: >

Re: List Accessible Accounts stuck in error loop

2022-05-04 Thread Dean Povey
I had this same problem (assuming you are using the Java API). It seems to be a bug in the OAuth library. I upgraded to: com.google.apis/google-api-services-oauth2 v2-rev157-1.25.0 and it now seems to fail with an exception. com.google.api.gax.rpc.UnavailableException:

Re: List Accessible Accounts stuck in error loop

2022-05-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jack, Thank you for your reply. For the scenario where the ListAccessibleCustomers requests are stuck in a loop, and apart from the complete logs, could you also share the request-id if available? In addition, could you point out specifically what incorrect details the users' input, is it

Re: List Accessible Accounts stuck in error loop

2022-05-02 Thread Jack Reidy
Hi, Thank you for the response. The code you replied with is what is running. The problem is I am supporting multiple users and this error occurs when they do not properly enter the correct credentials. When they do enter the correct details the code proceeds as expected. In both cases the

RE: List Accessible Accounts stuck in error loop

2022-05-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jack, Thank you for reaching out. I am a member of the Google Ads API team. Moving forward to your concern, "I am wondering if there is a way to configure the CustomerServiceClient to either disable this feature or change the number retry attempts.", I am afraid that there's no possible way

List Accessible Accounts stuck in error loop

2022-04-28 Thread Jack Reidy
Hi team, During a request to CustomerService/ListAccessibleCustomers if the credentials the end user inputs are invalid I see a response error of "invalid_grant" with description "Bad Request". This is expected, however the client never returns and continually reattempts the bad request.