Re: (OAuth) Token has been expired or revoked

2022-03-07 Thread Alex Garcia
For anyone having this problem. You actually need to create NEW OAuth credentials, after you have upgraded the OAuth from TESTING to IN PRODUCTION. I did that, and now it works. If you used the old credentials, the Refresh Token is going to expire after 7 days. On Monday, March 7, 2022 at

Re: (OAuth) Token has been expired or revoked

2022-03-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alex, Thank you for reaching out to Google Ads API Forums. It appears that your concern is related to refresh token expiration. With this, I would recommend posting your concern here, this was also included inside the support link my colleague provided. This is a public forum which is

Re: (OAuth) Token has been expired or revoked

2022-03-04 Thread Alex Garcia
The link provided requires to pay to get access to support. We are not willing to do so, to get help. On Friday, March 4, 2022 at 3:39:38 AM UTC+1 adsapi wrote: > Hi Alex, > > Thank you for providing more details to your concern. > > Based on the provided screenshot, I can see that you have

Re: (OAuth) Token has been expired or revoked

2022-03-03 Thread Alex Garcia
In order to get access to Google Ads API Console support team you need to pay for a higher tier of support. Can you please confirm that the Project is indeed, "In production" status? With the screenshot provided. It seems like the verification process got stuck and it's not moving forward,

Re: (OAuth) Token has been expired or revoked

2022-03-02 Thread Alex Garcia
Can you please confirm the following? When we change the status of the Project OAuth from TESTING to IN PRODUCTION, should we generate a NEW Google Client ID and Google Client Secret? We did the test with the OLD Google Client ID and Google Client Secret (after changing from TESTING to IN

Re: (OAuth) Token has been expired or revoked

2022-02-28 Thread Alex Garcia
ror message we get when trying to authenticate: > > ERROR: Client error: `POST https://oauth2.googleapis.com/token` > <https://oauth2.googleapis.com/token> resulted in a `400 Bad Request` > response: > { > "error": "invalid_g

Re: Token has been expired or revoked

2022-02-07 Thread Yakov Osipenkov
OST https://oauth2.googleapis.com/token` > <https://oauth2.googleapis.com/token> resulted in a `400 Bad Request` > response: > { > "error": "invalid_grant", > "error_description": "Token has been expired or revoked." > } > >

Token has been expired or revoked

2022-02-07 Thread Яков Осипенков
Bad Request` response: { "error": "invalid_grant", "error_description": "Token has been expired or revoked." } Google technical support, which issued access and wrote to the mail, does not respond with return letters. Thanks! -- -- =~=~=~=~=~=~=~=~=~

RE: Google Ads API says “Token has been expired or revoked” despite using a refresh token For Desktop Application

2021-07-25 Thread Google Ads API Forum Advisor
Hi Karthik, Thanks for reaching out to us. Kindly note that the invalid_grant usually indicates an issue with the refresh token. That said, you’ll 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

Google Ads API says “Token has been expired or revoked” despite using a refresh token For Desktop Application

2021-07-23 Thread DHARAVATH KARTHIK
Hi all, I've set up the whole Google Ads API according to this manual here: https://developers.google.com/google-ads/api/docs/client-libs/python/oauth-desktop?hl=en I got my refresh token and put it in my google-ads.yaml file which looks

Re: Token has been expired or revoked

2021-04-19 Thread Google Ads API Forum Advisor Prod
Hello, As I understand, you are using this PHP sample to obtain the refresh token, and this is working fine except for the expiration issue, and the apparent self-removal of the app from your Google Account. You can find a list of common reasons for refresh token expiration here. You can find

Re: Token has been expired or revoked

2021-04-19 Thread Every Straus
"Page doesn't work https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project?hl=en " I figured out, this is because I have adblock extension, sorry. понедельник, 19 апреля 2021 г. в 10:36:25 UTC+3, Every Straus: > > "So our team can better assist you on your current

Re: Token has been expired or revoked

2021-04-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for your follow up. If all your accounts are under or linked to a specific MCC hierarchy, you can generate the OAuth2 credentials using the user/email address that has access to the top most level MCC. This way, the OAuth2 credentials including the refresh token can be used

Re: Token has been expired or revoked

2021-04-16 Thread Every Straus
Hi, Excuse me, but now I have more questions. `In order to access (retrieve data, create, modify, delete) the said Google Ads accounts, users will need the appropriate OAuth2 credentials to authenticate those requests and perform specific actions. To achieve this, a user/email address will

Re: Token has been expired or revoked

2021-04-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for your follow up. I work with Matt and allow me to assist you. A basic access level developer token only allows users to use the API to make requests to Production Google Ads accounts. In order to access (retrieve data, create, modify, delete) the said Google Ads accounts,

Re: Token has been expired or revoked

2021-04-15 Thread Every Straus
access in Google Adwords Api. So what this is mean (ensuring that the email being used to create the credentials has the proper access level in your Ads MCC)? If different client give access to our app then error will be happen again 'Token has been expired or revoked' ? Maybe we need to fill out

RE: Token has been expired or revoked

2021-04-14 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. Can you please try regenerating your OAuth2 credentials and refresh token, and ensuring that the email being used to create the credentials has the proper access level in your Ads MCC? Thanks, Matt Google Ads API Team Matt Google Ads API Team

Token has been expired or revoked

2021-04-13 Thread Every Straus
Hello. We have error "Token has been expired or revoked" We don`t make any changes. And in page https://myaccount.google.com/u/1/permissions our app Everystraus was self removed. We don`t did that. I read https://groups.google.com/u/1/g/adwords-api/c/PWuTWEBR98Q/m/FoDufLdg

Re: Token has been expired or revoked

2021-02-18 Thread fatima Ajij
Thank you for your response. On Wed, Feb 17, 2021 at 4:56 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Fatima, > > Thank you for reaching out. Here > are > some common causes for the refresh

RE: Token has been expired or revoked

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Fatima, Thank you for reaching out. Here are some common causes for the refresh token expiration. One of them is “A Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7

Re: Token has been expired or revoked

2021-02-17 Thread fatima Ajij
tarted getting > 400 response with the error message. > > { > "error": "invalid_grant", > "error_description": "Token has been expired or revoked." > } > > As mentioned above that I am not using client library but instead using &

Token has been expired or revoked

2021-02-17 Thread fatima Ajij
Hi I have been using rest methods to integrate Google Ads API in C#. Everything seemed to be working fine but all off sudden I started getting 400 response with the error message. { "error": "invalid_grant", "error_description": "Token has been expired