Re: Getting unauthorized_client when calling CampaignService.get()

2013-08-05 Thread Jonathan Shaltz
As I said, my client ID, secret, and refresh token are known good values, I use them in other AdWords apps that don't use the Google .Net library. I eventually gave up trying to use said library, and life's been much easier since then. Its needlessly convoluted. On Friday, July 26, 2013

Re: Getting unauthorized_client when calling CampaignService.get()

2013-07-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please try that example to retrieve refresh_token with your clientId, clientSecret? https://code.google.com/p/google-api-adwords-dotnet/source/browse/src/Common/Util/OAuth2TokenGenerator.cs If succeed, please use those clientId, clientSecret, refreshToken in OAuth2ClientId,

Getting unauthorized_client when calling CampaignService.get()

2013-07-24 Thread Jonathan Shaltz
unauthorized_client is returning zero search results in this forum; that's hard to believe, maybe it's a temporary problem with the search engine. My apologies if there's already a thread for it. I'm using the .Net library, and calling get() on Google.Api.Ads.AdWords.v201306.CampaignService.