You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
When trying to get the CampaignService with v8, I get a ClassNotFoundException on line 140 of BaseCredentials. It can't find the class com.google.api.adwords.v8.CampaignServiceServiceLocator
It appears as though some of the classes were renamed in v8. And the getService method in BaseCredentials looks for specific Class Name, and this hasn't been updated to reflect the change in class names in V8.