bartek.f...@javatech.com.pl
unread,Aug 3, 2010, 8:16:27 AM8/3/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
Hi
I am developing application using the AdWords API (Java libraries,
v200909). Unfortunately, I have a problem. For some users (only some),
when I try to get service (any) by operation:
adWordsUser.getService(AdWordsService.V200909.INFO_SERVICE);
I get an error:
13:45:21,561 ERROR [STDERR] javax.xml.rpc.ServiceException: Could not
get ClientLogin token for user: Auth token could not be retrieved
because of error: NotVerified
13:45:21,561 ERROR [STDERR] at
com.google.api.adwords.lib.AdWordsVersion
$AdWordsVersionV200909.setHeaders(AdWordsVersion.java:196)
13:45:21,561 ERROR [STDERR] at
com.google.api.adwords.lib.AdWordsServiceFactory.getConfiguredStub(AdWordsServiceFactory.java:
184)
13:45:21,561 ERROR [STDERR] at
com.google.api.adwords.lib.AdWordsServiceFactory.generateSerivceStub(AdWordsServiceFactory.java:
104)
13:45:21,561 ERROR [STDERR] at
com.google.api.adwords.lib.AdWordsUser.getService(AdWordsUser.java:
331)
13:45:21,561 ERROR [STDERR] at
eu.javatech.campaignmanager.api.google.GenericApi.getInfoService(GenericApi.java:
74)
13:45:21,562 ERROR [STDERR] at
eu.javatech.campaignmanager.api.google.UserApi.isActiveUser(UserApi.java:
40)
13:45:21,562 ERROR [STDERR] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
13:45:21,562 ERROR [STDERR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
13:45:21,562 ERROR [STDERR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
13:45:21,562 ERROR [STDERR] at
java.lang.reflect.Method.invoke(Method.java:597)
Does anyone have an idea where it come from?
Regards,
Bartek Franaszek