Hi, We are planning to implement Adwords API and currently the sandbox testing was successful. I got OAuth2ClientId and OAuth2ClientSecret for the localhost by following the steps given in the link http://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth and started testing Adwords.Examples.CSharp.OAuth code. In web.config file, I provided the following
<add key="AuthorizationMethod" value="ClientLogin" /> <add key="Email" value="xxxxxxxxxxxxx"/> <add key="Password" value="xxxxxxxxxxxxxx"/> <add key="AuthorizationMethod" value="OAuth2" /> <add key="OAuth2ClientId" value="xxxxxxxxxxxxxxxxxxxx" /> <add key="OAuth2ClientSecret" value="xxxxxxxxxxxxxxxxxxxxxxx" /> I am getting 'QuotaCheckError.INVALID_TOKEN_HEADER' when I try to get campaigns for our clientCustomerID 653-818-9526. Any help would be appreciated! On Friday, January 20, 2012 6:55:11 AM UTC-8, Eric Koleda wrote: > HI Sunil, > > Yes, I believe this indicates that you are sending it successful. > > Best, > - Eric > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en