RE: Generating Token

2022-09-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Saif, Thank you for reaching out to us. The "invalid_grant” error usually indicates an issue with the refresh token. That said, you will need to regenerate credentials and refresh tokens. You may refer here to this guide for the steps on how you can regenerate credentials and refresh tokens

Generating Token

2022-09-19 Thread Saif Quraishi
Hi Team, Below I am attached my format of code to generate Toke , but I am getting Error , please suggest me .. -- The Error I am getting: { "error": "invalid

Re: GetRequesToken.php is not generating token

2014-03-13 Thread Josh Radcliff (AdWords API Team)
Hi, This looks like a duplicate of your other post. I'll post my reply there. Thanks, Josh, AdWords API Team On Wednesday, March 12, 2014 6:28:07 AM UTC-4, Hasmukh Tank wrote: > > > Hello, > > While updating all parameters

GetRequesToken.php is not generating token

2014-03-13 Thread Hasmukh Tank
Hello, While updating all parameters in auth.ini. When i run getrequesttoken.php link: http://tools.zealousweb.info/googleads/examples/AdWords/Auth/ I am getting an error. Please help me what should i do Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

GetRequesToken.php is not generating token

2014-03-13 Thread Hasmukh Tank
Hello, I downloaded code form Google Adwords API + PHP from https://github.com/google/google-api-php-client/archive/master.zip. Added project and retrieving client id and secret key from http://console.developers.google.com/ Now, while generating refresh token using GetRefreshToken.php file in