You could switch to using the protocol directly instead of using the client library. This is precisely the reason that I don't use the libraries.
On Wednesday, December 31, 2014 7:14:43 AM UTC-5, Αυγερινός Καραλής wrote: > > Hi, > > I'm using the google adwords.net api (googleads-dotnet-lib > <https://github.com/googleads/googleads-dotnet-lib>) for my application > to import data from adwords. The api was working fine untill recently(The > clientId, clientsecret, refreshtoken and clientcustomerId are correct). > > The problem is , that now im gettting an exception in the following call : > > ClientReport report = utilities.GetClientReport(definition); > > I've read that i might need to migrate to a newer version (currently i am > on "v201402") . > The problem is that the new version v201409, is built on net framework 4 > where my application uses 3.5(which needs much work to move to 4). > My question if indeed this is the issue and if somehow moving to v201409 > will solve the problem. > Another possible issue i can think is that the developer token might have > expired( 6 months ) if that happens.. > > Any help will be greatly appreciated > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/42de5915-acda-432f-8dc0-a33cdf81d65b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
