Re: OAuth2Exception with invalid_grand

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, No worries at all. Glad that I could help. Best, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: OAuth2Exception with invalid_grand

2016-10-25 Thread adwapi . storeland
Thank for response, Shwetha You helped me, I found an issue in my app. I got new refresh token, put it in auth.ini, but forgot, that token is reassigned during app processing (in my app token should be changed in other file). Thank you again and sorry for waisting your time :) понедельник, 24 о

Re: OAuth2Exception with invalid_grand

2016-10-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, What app type are you using to generate your OAuth2 credentials? The invalid_grant error occurs when the provided authorization code or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request or was issued to another client. You need

OAuth2Exception with invalid_grand

2016-10-24 Thread adwapi . storeland
Hello, dear supports! I've had a good application, that worked well about 1 year. But a few weeks ago it started to response OAuth2Exception with message { "error" : "invalid_grant" }. I updated lib to latest version v201609, created new credentials and got new refresh token, but error still sa