Re: Error RPC_DEADLINE_TOO_SHORT

2022-07-25 Thread Adrian Lara
Hi Google Team, I check it, and up to (20 to 120) *60 *100 same example we have in API code and I have the same issue with the Big accounts. On Monday, July 25, 2022 at 12:14:49 AM UTC-4 adsapi wrote: > Hi Adrian, > > Thank you for posting your concern. You may try setting > *CLIENT_TIMEOUT_MIL

RE: Error RPC_DEADLINE_TOO_SHORT

2022-07-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Adrian, Thank you for posting your concern. You may try setting CLIENT_TIMEOUT_MILLIS = 5 * 60 * 1000 (which is equivalent to 2 hours) in your application as according to this document, you can set timeout to 2 hours or more and to address the error. Let me know what goes after. Regards, E