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

Failed to refresh access token.

2021-04-28 Thread Frank Boateng
Hello everyone, I have an app that uses refresh token to communicate but it expires after some days. This is the message {Error:"invalid_grant", Description:"Token has been expired or revoked.", Uri:""} I would like to have one fresh token that does not expires or enable my app to generate and

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

Failed to refresh access token - invalid_grant error

2020-09-29 Thread Gal Talmor
ogle.com <https://console.developers.google.com/apis/credentials?authuser=1&project=molten-team-517&supportedpurview=project>, and the error changed to "Failed to refresh access token". I receive this error in the official tests project <https://developers.google.c

RE: I am getting error Failed to refresh Access Token .Net C#

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

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

I am getting error Failed to refresh Access Token .Net C#

2020-02-18 Thread Atif ..
ientSecret = ""; user.Config.OAuth2RefreshToken = "xxx"; user.Config.OAuth2Mode = Google.Api.Ads.Common.Lib.OAuth2Flow.APPLICATION; When i am sending this user object to create service object and call functions , i am getting e

Failed to Refresh Access Token - on server

2020-02-16 Thread Jordan Liberman
I have a background/scheduled process to extract data from the AdWords API, and I've started receiving a message on the server that it failed to refresh access token. The only info I can find on here seems to center around the refresh token having expired, but I use the same refresh toke

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 mak

Failed to refresh access token

2019-10-31 Thread Mike Ng
I follow the "Make your first API Call" and download googleads-dotnet-lib-master git project. I filled in DeveloperToken, OAuth2ClientId, OAuth2ClientSecret and OAuth2RefreshToken but Still I keep getting "Failed to get campaigns. Exception says "Failed to refresh acc

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
identical code and credentials. On Friday, March 1, 2019 at 12:11:49 PM UTC-5, Bob Bowles wrote: > > Today, we started receiving "Failed to refresh access token. See inner > exception for details." on all AdWords API calls. We did not make any code > changes. This just s

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

2019-03-01 Thread Bob Bowles
Today, we started receiving "Failed to refresh access token. See inner exception for details." on all AdWords API calls. We did not make any code changes. This just started out of the blue. We tried generating new credentials and a new refresh token but still get the same error

Re: Failed to refresh access token: invalid_client

2018-11-28 Thread vibhesh
e is working fine with >> my test account then i have got approval for basic access of my developer >> token to access production account campaign data >> >> generated following and replaced in my app.config >> >> OAuth2ClientId >> OAuth2ClientSecret &

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
1, 2018 at 12:59:32 AM UTC-5, vibh...@whisskers.com wrote: > > > > On Thursday, August 16, 2018 at 11:03:37 PM UTC+5:30, rentca...@gmail.com > wrote: >> >> Hi, >> >> I'm getting error "Failed to refresh access token. See inner exception >> f

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
e got approval for basic access of my developer > token to access production account campaign data > > generated following and replaced in my app.config > > OAuth2ClientId > OAuth2ClientSecret > OAuth2RefreshToken > > issue: when trying to get campaign then getting erro

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
eparate config file for windows service? Please give it a try >> and let me know if the problem still persists. >> >> Regards, >> Sai Teja, AdWords API Team. >> >> On Thursday, August 16, 2018 at 1:33:37 PM UTC-4, rentca...@gmail.com >> wrote: &

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

2018-08-17 Thread rentcafedev1
and let me know if the problem still persists. > > Regards, > Sai Teja, AdWords API Team. > > On Thursday, August 16, 2018 at 1:33:37 PM UTC-4, rentca...@gmail.com > wrote: >> >> Hi, >> >> I'm getting error "Failed to refresh access token. See inne

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
...@gmail.com wrote: > > Hi, > > I'm getting error "Failed to refresh access token. See inner exception for > details." when I try to get campaign information. The line of code is page > = campaignService.get(selector) where page = "CampaignPage". This process

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

2018-08-16 Thread rentcafedev1
t; > Regards, > Sai Teja, AdWords API Team. > > On Thursday, August 16, 2018 at 1:33:37 PM UTC-4, rentca...@gmail.com > wrote: >> >> Hi, >> >> I'm getting error "Failed to refresh access token. See inner exception >> for details." when I try to

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
hursday, August 16, 2018 at 1:33:37 PM UTC-4, rentca...@gmail.com wrote: > > Hi, > > I'm getting error "Failed to refresh access token. See inner exception for > details." when I try to get campaign information. The line of code is page > = campaignService.get(s

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

2018-08-16 Thread rentcafedev1
Hi, I'm getting error "Failed to refresh access token. See inner exception for details." when I try to get campaign information. The line of code is page = campaignService.get(selector) where page = "CampaignPage". This process works when I use it in a web applicat

Re: Error: Google.Api.Ads.Common.Lib.AdsOAuthException: Failed to refresh access token

2018-08-08 Thread ari metaforum
> > Check whether the api will have the Exception Handling. > Regards, Hari -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Failed to refresh access token

2018-08-08 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
8b1865ecdaa76d41d\ComponentWrapper. > cs:line 85 at > Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.PrimeOutput(Int32 > outputs, Int32[] outputIDs, PipelineBuffer[] buffers) > 5:55 PM <https://mm.synergy.ru/develop/pl/k8psj1g3mbd4zp4sdj86enmd3w> > &

Failed to refresh access token

2018-08-07 Thread dwh . synergy . controlcenter
aM\AppData\Local\Temp\2\Vsta\6c95f6106f164c08b1865ecdaa76d41d\ComponentWrapper. cs:line 85 at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers) 5:55 PM <https://mm.synergy.ru/develop/pl/k8psj1g3mbd4zp4sdj86enmd3w> Fa

Re: Error: Google.Api.Ads.Common.Lib.AdsOAuthException: Failed to refresh access token

2018-08-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The error *Failed to refresh access token* appears when you did not refresh your access token. Could you confirm if you have followed the steps in getting your refresh token <https://developers.google.com/adwords/api/docs/guides/first-api-c

Error: Google.Api.Ads.Common.Lib.AdsOAuthException: Failed to refresh access token

2018-08-07 Thread dwh . synergy . controlcenter
Error: Google.Api.Ads.Common.Lib.AdsOAuthException: Failed to refresh access token -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

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.

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

2018-03-05 Thread Shafeena Kabir
Hi team, I am getting below error while making API calls after I have updated Adwords API version from 201708 to 201802. Please help to look into this issue. Failed to refresh access token. { "error" : "invalid_client", "error_description" : &

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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Failed to refresh access token

2017-01-23 Thread guy
Hi, we sometimes get this error: Failed to refresh access token. { "error" : "invalid_grant" } It first happened after more than a year with our token and second we recreated a token and it happened again after about 1.5 months. Does anybody know why it happens? How can w

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)

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

Failed to refresh access token(internal_failure)

2016-09-08 Thread firmgadownload
Hi, Can someone from the AdWords team please help with resolving this issue "Failed to refresh access token \"error\" : \"internal_failure" How frequent token will expire, i am using only one Adwords account, after some time i am getting error like "Failed to

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

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

2016-04-20 Thread Pravin Yadav
Hi, I getting following error when i accessing adwords data. Error:- Failed to refresh access token. Unable to connect to the remote server i am using a proxy / transparent proxy for network setting then its matter for that if yes then

Failed to refresh access token

2016-04-19 Thread AdWords API User
We are starting to see "Failed to refresh access token" errors for our client accounts. There have been no recent changes to our application. We have tried to refresh the token using OAuthTokenGenerator.exe, but the token generator itself returns the error message: "500.

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

Failed to refresh access token: invalid_client

2015-12-28 Thread yadygarovadt
I am using Adwords API .NET library, MCC account is linked with company's account, developer token has basic access. The OAuth client worked correctly for 14-15 days till this Monday morning (28.12.2015), and now I'm getting next error: Failed to refresh access token.

Google Adword Oauth Error: Failed to refresh access token.

2014-10-14 Thread Mahesh Kafaltiya
) Google.Api.Ads.Common.Lib.AdsOAuthException: Failed to refresh access token. { "error" : "internal_failure" } Code Snippest: AdWordsAppConfig adWordsAppConfig = new AdWordsAppConfig(); OAuth2ProviderForApplications oAuth2Provider = new OAuth2ProviderForApplicati

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

2014-10-03 Thread Ernnie Sangalang
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: >>> Failed

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

2014-09-29 Thread Gal Gubesi
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: >>> Failed to refresh access token. >>

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

2014-07-21 Thread Danial Klimkin
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.AdsOAuthExce

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

2014-07-17 Thread NET_Api_User
xception occurred: > Failed to refresh access token. > { > "error" : "invalid_client" > } > > Unfortunately the .NET library destroyed all extra information, so I don't > have response headers, HTTP status code etc. > Anyway, the error occurred a eight times

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

2014-07-17 Thread Zweitze
t; 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 token. >> { >> "error" : "invalid_client" >> } >> &

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

2014-07-17 Thread Danial Klimkin
ccounts 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 occurred: >> Failed to refresh access token. &g

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

2014-07-17 Thread oseemann
AdsOAuthException occurred: > Failed to refresh access token. > { > "error" : "invalid_client" > } > > Unfortunately the .NET library destroyed all extra information, so I don't > have response headers, HTTP status code etc. > Anyway, the error o

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: > Fail

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

2014-07-17 Thread Dominik R
weitze wrote: > > Hi, > > This morning a Google.Api.Ads.Common.Lib.AdsOAuthException occurred: > Failed to refresh access token. > { > "error" : "invalid_client" > } > > Unfortunately the .NET library destroyed all extra information, so I don't >

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

2014-07-17 Thread Zweitze
Hi, This morning a Google.Api.Ads.Common.Lib.AdsOAuthException occurred: Failed to refresh access token. { "error" : "invalid_client" } Unfortunately the .NET library destroyed all extra information, so I don't have response headers, HTTP status code etc. Anyway, t