Error:
Exception in thread "main" java.lang.NoClassDefFoundError:
com/google/common/collect/Maps
I believe you are missing google-collections jar. See
http://code.google.com/p/gdata-java-client/wiki/Dependencies for list of dependencies
for this library.