Re: Token has been expired or revoked

2022-02-07 Thread Yakov Osipenkov
We installed the library according to this guide https://github.com/googleads/google-ads-php and then created a configuration like this https://developers.google.com/google-ads/api/docs/client-libs/php/configuration using code from library examples понедельник, 7 февраля 2022 г. в 16:16:56 UTC+3

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 setup

Re: Token has been expired or revoked

2021-04-18 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 acros

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 need

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, user

Re: Token has been expired or revoked

2021-04-14 Thread Every Straus
Thank you for reply. `Can you please try regenerating your OAuth2 credentials and refresh token` For be more specific. We need to create new credentials here https://console.cloud.google.com/apis/credentials ? We make service, that can connect to different accounts, we already have basic acc

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 ref:_00D1U1174p._50

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 t

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 day

Re: Token has been expired or revoked

2021-02-17 Thread fatima Ajij
I believe the validity of refresh token is life long then why it is happening? On Wednesday, February 17, 2021 at 10:16:59 AM UTC fatima Ajij wrote: > 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