Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
Thanks for the quick replies, totally fixed my issue! Thought I had been banned somehow! On Friday, March 23, 2018 at 11:11:32 AM UTC-6, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > As Stefano pointed out, could you try the suggestion on that thread? If > that doesn't help,

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
Thanks Stefano, that was totally the issue! On Friday, March 23, 2018 at 8:24:52 AM UTC-6, Stefano Fontana wrote: > > Solution is here > https://github.com/googleads/googleads-python-lib/issues/261 > > On Friday, March 23, 2018 at 10:19:10 AM UTC+1, bl...@tomis.tech wrote: >> >> First of all, I

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, As Stefano pointed out, could you try the suggestion on that thread? If that doesn't help, could you please post your issue there with the traceback? The library owner is better equipped to address this issue. >From the

Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread Stefano Fontana
Solution is here https://github.com/googleads/googleads-python-lib/issues/261 On Friday, March 23, 2018 at 10:19:10 AM UTC+1, bl...@tomis.tech wrote: > > First of all, I have done this process many times and it works perfectly > on my local machine. > > I use OAuth to authenticate in for a new

Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread blair
First of all, I have done this process many times and it works perfectly on my local machine. I use OAuth to authenticate in for a new client we have been given Admin access for, like this: def init(self): oauth2_client = oauth2.GoogleRefreshTokenClient( client_id=self._client_id,