Hi,
I Had adWords working, at some point it stopped working and start giving me 
these exception.
switched to newer api version (1.31.0) and stilll getting same exception.
I work with Maven and Java 7.
also tried changing ads-lib and adwords-axis version and it also didn't 
solve anything.
This is my code:
Credential oAuth2Credential = new OfflineCredentials.Builder()
                        .forApi(OfflineCredentials.Api.ADWORDS)
                        .fromFile()
                        .build()
                        .generateCredential();

AdWordsSession session = new AdWordsSession.Builder()
                        .fromFile()
                        .withOAuth2Credential(oAuth2Credential)
                        .withClientCustomerId("My ID")
                        .build();

AdWordsServices adWordsServices = new AdWordsServices();

I get the exception on this line:
OfflineConversionFeedServiceInterface offlineConversionFeedService = 
adWordsServices.get(session, OfflineConversionFeedServiceInterface.class);


Anyone come across this problem?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
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/d0413895-cbe1-40a7-8806-05f9275a1ebe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to