RE: Failed to refresh access token.

2021-10-20 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Frank, Thank you for providing further details to your concern. Since the issue was encountered in the code, then I would suggest to raise this issue instead to the author of the client library as they are more equipped here. Since it appears that you are using PHP client library, then I wou

RE: Failed to refresh access token.

2021-10-20 Thread Frank Boateng
g@01D7C5C4.D4B62E10] From: Google Ads API Forum Advisor [mailto:adsapi@forumsupport.google] Sent: Tuesday, October 19, 2021 6:30 AM To: Frank Boateng Cc: adwords-api@googlegroups.com Subject: RE: Failed to refresh access token. This email originated from outside Truworths. Please exercise caution before

RE: Failed to refresh access token.

2021-10-18 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Frank, Thank you for raising your concern. Please note that the implementation of the Google Ads API is not the same with the implementation of the AdWords API. I would suggest referring to this document to know the equivalent service of the OfflineConversionFeedService and inspect the fiel

RE: Failed to refresh access token.

2021-10-18 Thread Frank Boateng
to refresh access token. Thank you Xiaoming for your response. Yes the status was Testing and its now In Production From: Google Ads API Forum Advisor Prod [mailto:adsapiforumadvi...@gmail.com] Sent: Wednesday, April 28, 2021 3:02 PM To: Frank Boateng Cc: adwords-api@googlegroups.com Subject: RE:

RE: Failed to refresh access token.

2021-04-29 Thread Frank Boateng
Thank you Xiaoming for your response. Yes the status was Testing and its now In Production From: Google Ads API Forum Advisor Prod [mailto:adsapiforumadvi...@gmail.com] Sent: Wednesday, April 28, 2021 3:02 PM To: Frank Boateng Cc: adwords-api@googlegroups.com Subject: RE: Failed to refresh

RE: Failed to refresh access token.

2021-04-28 Thread Google Ads API Forum Advisor Prod
Hi Frank, Thank you for reaching out. Here are some common causes for the refresh token expiration. One of them is that “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: Failed to refresh access token - invalid_grant error

2020-11-25 Thread Google Ads API Forum Advisor Prod
Hi Gal, I am happy to know that your API is working now. Feel free to post your further concerns on this forum and our team would be happy to provide support. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q25XhJB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Failed to refresh access token - invalid_grant error

2020-11-25 Thread Gal Talmor
Hi, I am sorry for the delay. It's working now! :) I had to fill both OAuth2RefreshToken and OAuth2AccessToken in the AdWordsAppConfig. *To create a "refresh token":* https://accounts.google.com/o/oauth2/auth?access_type=offline&state&response_type=code&client_id= *MY_CLIENT_ID* &redirect_uri=urn

Re: Failed to refresh access token - invalid_grant error

2020-10-05 Thread Google Ads API Forum Advisor Prod
Hi Gal, Please try to open the link on a private window. If you still have issues, please send me a screenshot of the webpage. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q25XhJB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Failed to refresh access token - invalid_grant error

2020-10-05 Thread Gal Talmor
Hi, I am sorry but the link is not working. Could you please check it again? Thanks, Gal On Wednesday, September 30, 2020 at 6:41:49 PM UTC+3 adsapiforumadvisor wrote: > Hi Gal, > > You will need to obtain an access token. You can find more details on how > to generate one here >

Re: Failed to refresh access token - invalid_grant error

2020-09-30 Thread Google Ads API Forum Advisor Prod
Hi Gal, You will need to obtain an access token. You can find more details on how to generate one here. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q25XhJB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://g

Re: Failed to refresh access token - invalid_grant error

2020-09-30 Thread Gal Talmor
Hi, I am sorry, I have no permission to reply to the author only. The option is disabled and I see this tooltip: "You do not have permission to reply to author in this group". Anyway, I cannot see an actual API call, this exception is thrown from the Google.AdWords NuGet before actually make an

RE: Failed to refresh access token - invalid_grant error

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Gal, Please reply privately to author your SOAP request and response so that I can further investigate. Please also let me know the user email that you were using with your credentials. Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q25XhJB:ref -- --

RE: Failed to Refresh Access Token - on server

2020-02-18 Thread Google Ads API Forum Advisor Prod
Hi Jordan, Thank you for reaching out. The error "Failed to refresh access token" indicates that your refresh token is probably expired. There is likely an issue with your OAuth Credentials. Can you please try to generate a new set of credentials by following this guide and see if that fixes th

RE: Failed to refresh access token

2019-10-31 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out. The error "Failed to refresh access token" indicates that your refresh token is probably expired. There might be an issue with your OAuth Credentials. Could you please try to regenerate a new set of credentials by following this guide and try making a call a

Re: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread Bob Bowles
I actually just found the problem 5 minutes ago and was about to update this thread. dependentAssembly entries had been removed from the web app's web.config. Once I added them back, everything ran fine. On Fri, Mar 1, 2019 at 5:05 PM googleadsapi-forumadvisor via AdWords API and Google Ads API

RE: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, As your same set of credentials are working with console app, could you please confirm that if your web app is pointing to the right property file? Also, you can try the CURL request provided below and see if you are able to generate the access token. If your credentials are correct, you

Re: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread Bob Bowles
UPDATE: The errors are happening when a user performs a function in our admin web app that makes calls to the AdWords API. We also have a console app that runs automated updates on a daily basis. The console app is not having any problems. Just the web app. Both apps have always used the id

Re: Failed to refresh access token: invalid_client

2018-11-28 Thread vibhesh
Thanks Luis, I did it carefully as you suggested and solution works for me Yes, i am using .Net Client library On Wednesday, November 21, 2018 at 1:37:59 PM UTC+5:30, Luis Xander Talag (AdWords API Team) wrote: > > Hi, > > Could you confirm if you are using the latest .Net client library >

Re: Failed to refresh access token. See inner exception for details.

2018-11-21 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, This is a pretty old thread from what it appears to be someone else. Could you please start a new thread with your information, so we can best help you and make sure your issue doesn't get confused with someone else's? Thanks, Nadine, AdWords API Team On Wednesday, November 21, 2018 at

Re: Failed to refresh access token: invalid_client

2018-11-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Could you confirm if you are using the latest .Net client library ? Could you try to generate again an OAuth2 credentials by following this guide

Re: Failed to refresh access token. See inner exception for details.

2018-08-20 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello KDJ, This was sent over to me since I've worked quite a bit with more complex configurations. You mentioned in your last message that you're using a different config file with the same credentials. Can we just for a sanity check make sure that all those credentials are working properly?

Re: Failed to refresh access token. See inner exception for details.

2018-08-17 Thread rentcafedev1
Sai, I have verified that my windows service is using a separate config file. I have also verified that the web application and the windows service are using the same credentials. The web application and the windows service call the same dll which makes the call to the Adwords API. Do you ha

Re: Failed to refresh access token. See inner exception for details.

2018-08-17 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Thanks for the details, since the API call is working good for web application, you might need to check how the windows service is pulling the credentials and passing it to client libraries. Ideally, the same credentials should work provided everything else (user making the call, accoun

Re: Failed to refresh access token. See inner exception for details.

2018-08-16 Thread rentcafedev1
Sai Teja, We are you VB.net library to make this call. As I mention in my previous email the call work fine with I'm making it through a web application, it just does not work when I make the call from a windows service. Please note: Both web application and the windows service hit the sam

Re: Failed to refresh access token. See inner exception for details.

2018-08-16 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Could you please confirm whether you are using AdWords .NET client library for this call? If not could you please share the code snippet that is making the call? You could also cross verify that you are following the steps required to make

Re: Failed to refresh access token

2018-08-08 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, It seems that you have opened a similar concern in this thread in which I have responded to. You may reply on that thread for better tracking. Regards, Dannison AdWords API Team On Wednesday, August 8, 2018 at 1

Re: Failed to refresh access token error after updating Google Adwords library version from v201708 to v201802

2018-03-07 Thread Shafeena Kabir
Hi Vincent, Thank you very much for your help! I was able to figure out that the property file contained duplicate keys for OAuth2 client ID, client secret , refresh token , developer token etc after API version migration. The issue got resolved after the duplicate keys with blank values where

Re: Failed to refresh access token error after updating Google Adwords library version from v201708 to v201802

2018-03-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Shafeena, Could you confirm if after your migration, you did not change the values of your OAuth2 credentials in your property file? If you did not change anything in your property file and if the user still exists in your AdWords account, then it should have worked in v201802 API version.

Re: Failed to refresh access token

2017-03-08 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ran, The error you experienced was a temporary issue and is very unusual to occur. Even so, catching the error is possible once implemented at your end, however, automatically recreating the refresh token is currently not possible as it is only generated manually. Additionally, could you con

Re: Failed to refresh access token

2017-03-08 Thread ran
Hello Peter, We recreated the RefreshToken again using the guide and it did work. Meanwhile, this problem started reproducing about once a month. Recreating the token works every time. However, we didn't see in the guide a way to do the whole process of recreacting a refresh token automatically.

Re: Failed to refresh access token

2017-01-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Guy, I would recommend that you recreate your refreshToken by following this guide . Please let me know if this works. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: Failed to refresh access token(internal_failure)

2016-09-12 Thread gorkem . adwords
Hi there i am getting same errors with this email account credentials on php library 8 Eylül 2016 Perşembe 23:43:47 UTC+3 tarihinde Shwetha Vastrad (AdWords API Team) yazdı: > > Hi, > > Could you provide the email account used to generate your credentials and > the ID of the AdWords account yo

Re: Failed to refresh access token(internal_failure)

2016-09-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the email account used to generate your credentials and the ID of the AdWords account you are targeting in your request? Is this error occurring intermittently? Does retrying the request help? Any logs you can provide will be helpful. Please use *Reply privately to author

Re: Failed to refresh access token(internal_failure)

2016-09-08 Thread Flatiron GA
also i am getting error for valid tokens like "Failed to refresh access token \"error\" : \"internal_failure" what could be the issue, i am using test account this account needs to be approved ? On Thu, Sep 8, 2016 at 4:19 PM, 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum wrote:

Re: Failed to refresh access token(internal_failure)

2016-09-08 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Access tokens have an expiration time , typically 1 hour. You should use your refresh token to refresh an expired access token as and when necessary. Let me know if refreshing the access token re

Re: Failed to refresh access token, getting "Unable to connect to the remote server"

2016-04-24 Thread Pravin Yadav
Hi Yin, Yes something mismatched in generating Client ID & Client Secret now it's working. Thanks for your valuable suggestions. Regards, Pravin Yadav, Jr. Software Developer -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Failed to refresh access token, getting "Unable to connect to the remote server"

2016-04-21 Thread 'Yin Niu' via AdWords API Forum
Hi Pravin, Make sure when you generate client id/secret, you select other for installed applications

Re: Failed to refresh access token, getting "Unable to connect to the remote server"

2016-04-20 Thread 'Yin Niu' via AdWords API Forum
Hi Pravin, Are you able to generate token using the OAuth 2.0 playground? If not, then it's probably your networking settings are not correct. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevel

Re: Failed to refresh access token: invalid_client

2015-12-28 Thread Umesh Dengale
Hello, Could you verify that you followed all steps given in the OAuth2.0 guide for .NET library? Please recreate the client id and client secret and generate refresh token using new client id and client secret key and updat

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-10-03 Thread Ernnie Sangalang
Hi Danial Klimkin, We are also experiencing similar issue lately. Any update on this? Thanks, --Ernnie On Monday, July 21, 2014 6:02:06 PM UTC+8, Danial Klimkin wrote: > > Hello All, > > > We've identified this was an internal issue. The relevant team noticed it > and resolved it quickly, this

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-09-29 Thread Gal Gubesi
Hi, Any news on this one? I started getting them daily lately Thanks On Monday, July 21, 2014 1:02:06 PM UTC+3, Danial Klimkin wrote: > > Hello All, > > > We've identified this was an internal issue. The relevant team noticed it > and resolved it quickly, this should no longer cause an error.

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-07-21 Thread Danial Klimkin
Hello All, We've identified this was an internal issue. The relevant team noticed it and resolved it quickly, this should no longer cause an error. -Danial, AdWords API Team. On Friday, July 18, 2014 6:29:21 AM UTC+4, NET_Api_User wrote: > > +1. We're seeing a huge number of these errors - o

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-07-17 Thread NET_Api_User
+1. We're seeing a huge number of these errors - on about 2% of our calls. Retrying seems to help. We moved to the latest .NET release recently. On Thursday, July 17, 2014 4:04:29 PM UTC+5:30, Zweitze wrote: > > Hi, > > This morning a Google.Api.Ads.Common.Lib.AdsOAuthException occurred: > Faile

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-07-17 Thread Zweitze
In my case: I use .NET 16.7. Call stack: Google.Api.Ads.AdWords.v201402.FeedMappingService.get (Selector selector) Google.Api.Ads.Common.Lib.AdsSoapClient.Invoke (String methodName, Object[] parameters) Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall (String methodName, Object[] parameters

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-07-17 Thread Danial Klimkin
We are looking into this issue, I'll update this thread once we have any updates. -Danial, AdWords API Team. On Thursday, July 17, 2014 5:04:38 PM UTC+4, oseemann wrote: > > We're experiencing the same issue, but the errors are transient. They > happen sometimes for some accounts and are not

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-07-17 Thread oseemann
We're experiencing the same issue, but the errors are transient. They happen sometimes for some accounts and are not reproducible. It started approx. 11 hours ago. On Thursday, July 17, 2014 12:34:29 PM UTC+2, Zweitze wrote: > > Hi, > > This morning a Google.Api.Ads.Common.Lib.AdsOAuthException

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-07-17 Thread Danial Klimkin
Hello, Did you update the client libraries recently or are they the same you've used before? -Danial, AdWords API Team. On Thursday, July 17, 2014 2:34:29 PM UTC+4, Zweitze wrote: > > Hi, > > This morning a Google.Api.Ads.Common.Lib.AdsOAuthException occurred: > Failed to refresh access toke

Re: Failed to refresh access token. { "error" : "invalid_client" } on perfectly good client

2014-07-17 Thread Dominik R
Same here with the PHP library: Fatal error: Uncaught exception 'OAuth2Exception' with message '{ "error" : "invalid_client" }' in AdWords/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php:121 On Thursday, July 17, 2014 12:34:29 PM UTC+2, Zweitze wrote: > > Hi, > > This morning a Google.Api.A