Re: google ads api Invalid_grant

2024-04-01 Thread CogniTech Systems
Nowhere in those guides does it actually tell you how to refresh the token, no where in the examples on Github does it tell you how to refresh the token. No where in the guides does it tell you how to retrieve and use the clients email to get an API token, no where in the examples on Github does

RE: google ads api Invalid_grant

2022-12-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi All, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. 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 h

Re: google ads api Invalid_grant

2022-12-15 Thread Lambert Beekhuis
An accessToken is usually valid for 1 hour. After that you must refresh indeed. If you follow the examples of Google Ads, is always retrieves a new Access Token On Thursday, December 15, 2022 at 11:34:28 AM UTC+1 mkaleem...@gmail.com wrote: > hi . i am using firbebase with Oauth with the fol

google ads api Invalid_grant

2022-12-15 Thread Muhammad Kaleem
hi . i am using firbebase with Oauth with the following scopes [ "https://www.googleapis.com/auth/adwords";, "https://www.googleapis.com/auth/userinfo.email";, "openid", "email", "profile", ] while i am calling the google ads api with the resfresh token given by firebase i am having a error--> Er