Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-24 Thread 'Danial Klimkin' via AdWords API Forum
Hello All, We can confirm this was an intermittent issue on our side that is fully resolved now. Sorry for the inconvenience. If you are still affected please reach out to us. -Danial, AdWords API Team. On Friday, February 24, 2017 at 11:37:27 AM UTC+1, Nick wrote: > > I had the errors pop

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-24 Thread Nick
I had the errors pop up about 9 hours ago. I just sat down to fix it but notice that it's all working fine again now. So perhaps they were suspended temporarily? On Friday, February 24, 2017 at 10:23:36 AM UTC+13, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 wi

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-24 Thread Autoeurope Developer
Yep. I just logged into Adwords, generated a new developer token and all is working again. On Friday, February 24, 2017 at 8:45:31 AM UTC, rob@euautomation.com wrote: > > Same Issue here. > > Probably linked to this: > > > https://productforums.google.com/forum/?nomobile=true#!category-to

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-24 Thread rob . wells
Same Issue here. Probably linked to this: https://productforums.google.com/forum/?nomobile=true#!category-topic/gmail/Kfsx8YjqAS4 Google seem to have invalidated loads of tokens, logged me out my phone last night. On Thursday, February 23, 2017 at 9:23:36 PM UTC, PPC Developer wrote: > > Hi, >

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-24 Thread Autoeurope Developer
I'm also getting Invalid Grant Messages on a system that has been working fine for over 30 days. Issue started this morning. { "error": "invalid_grant", "error_description": "Bad Request" } > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
Has this anything to do with this? https://twitter.com/search?q=google%20oauth&src=typd Am Freitag, 24. Februar 2017 08:20:00 UTC+1 schrieb Stefan Kleine Stegemann: > > > As additional information, it seems that the tokens are working > "sometimes". For a few accounts, I created an AdWords sess

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
As additional information, it seems that the tokens are working "sometimes". For a few accounts, I created an AdWords session multiple times and occasionally, it works. That said, most of the times, it does not work. Best, Stefan Am Freitag, 24. Februar 2017 08:04:49 UTC+1 schrieb Stefan Klei

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread Stefan Kleine Stegemann
Hi, we're also experiencing this issue for some hours now. For around 50 adwords accounts connected to our system, the refresh tokens suddenly stopped working. We're also getting the "invalid_grant" error message. It will be a lot of work to re-authorize all of the affected customers, any ad

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread AdWordsApiUser
It seems to be a google wide issue: https://productforums.google.com/forum/?nomobile=true#!topic/gmail/Kfsx8YjqAS4 Any recommendation for hosted tools? It will be a lot of work if all users have to reauthorize permissions. On Friday, February 24, 2017 at 11:10:02 AM UTC+5:30, David Zuercher w

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread David Zuercher
We generated new OAuth2 credentials through the https://console.cloud.google.com and then we were able to create new refresh tokens. Seems to be working so far. On Thursday, February 23, 2017 at 2:23:36 PM UTC-7, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 with

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread AdWordsApiUser
Same Issue - many of our customers are affected. We are not able to refresh the tokens anymore. This is quite urgent. On Friday, February 24, 2017 at 2:53:36 AM UTC+5:30, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 with refresh tokens and we > have multiple C#

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
Hi, Just sent Sreelakshmi Sasidharan an example of http request that I ran 10 times - 4 times got access token and 6 times the invalid grant error. This is a critical issue for us, so in case Sreelakshmi isn't available now - please somebody check it. On Thursday, February 23, 2017 at 11:23:3

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread David Zuercher
We started getting this same error this afternoon. Python code running against the adwords api. Same credentials/tokens for at least 2 years. On Thursday, February 23, 2017 at 2:23:36 PM UTC-7, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 with refresh tokens and

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
No, still fails from time to time. Currently I have only phone, can send a request in several hours. I think there is an issue on your side. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
Same thing here. A long running code stopped working several hours ago due to this error, but now it seems to work again. With the same refresh tokens. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, The 'invalid_grant' error usually occurs when the authorization code or the refresh token is not valid (is expired, revoked, issued to another client etc). To fix this, you will need to generate the refresh token again. If you need instructions to generate a new one, please check our guide

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread j.e.frank
We are also seeing invalid_grant errors just now. On Thursday, February 23, 2017 at 4:23:36 PM UTC-5, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 with refresh tokens and we > have multiple C# clients deployed on multiple machines running on windows, > managing

invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread PPC Developer
Hi, This is perplexing...Our solution uses OAuth2 with refresh tokens and we have multiple C# clients deployed on multiple machines running on windows, managing our accounts MCC child accounts. Suddenly, the clients all started having invalid_grant errors. This is a pretty stable code that ha