athibanraj / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

google drive and contacts in one project on Google App Engine Java #426

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. guava-11.0.2.jar, guava-jdk5-13.0  
2. try to run contatcs
3.

What is the expected output? What do you see instead?
it should not show: java.lang.NoSuchMethodError: 
com.google.common.collect.ImmutableSet.copyOf([Ljava/lang/Object;)Lcom/google/co
mmon/collect/ImmutableSet;

What version of the product are you using? On what operating system?
running on Google App Engine Java

Please provide any additional information below.

I have tried different guava versions and i am able to get contacts connection 
running ... but after all the drive api does not work then. So what should one 
use? 

Original issue reported on code.google.com by brandsmill on 8 Feb 2013 at 4:01

GoogleCodeExporter commented 9 years ago
this works in DevMode but not on on Google App Engine 
(http://stackoverflow.com/questions/14519431/google-contacts-google-drive-on-goo
gle-app-engine-1-7-5-java)

Original comment by mjae...@brandsmill.de on 9 Feb 2013 at 11:38