Hi,
I'm using the google
adwords.net api (
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