Top Comments
All Comments (26)
-
You explained this very well. Thx.
-
The Google Data Java Client Eclipse Plugin, is an awesome one.
-
The "Exception in thread "main" java.lang.NoClassDefFoundError
: javax/mail/MessagingException at Documents.main(Documents.java: 42)" error occurs (at least) with Eclipse. Solution: Add the two .jar located in "gdata\java\deps" to your project, then configure the build path for them.
The "com.google.gdata.util.Resourc
eNotFoundException: Not Found" problem occurs after the above is fixed. Solution: In Documents class change (not entirely) the URL to "/feeds/default/private/full"
-
@gdebat He speaks perfect English compared to most native speakers that I know.
-
Exception in thread "main" java.lang.NoClassDefFoundError
: javax/mail/MessagingException at Documents.main(Documents.java: 42) Caused by: java.lang.ClassNotFoundExcepti
on: javax.mail.MessagingException at java.net.URLClassLoader$1.run( Unknown Source) at java.security.AccessController .doPrivileged(Native Method) at java.net.URLClassLoader.findCl ass(Unknown Source) at java.lang.ClassLoader.loadClas s(Unknown Source) at sun.mis ...... -
Get the new URL that needs to used by replacing "documents" with default in the old URL. (can't post URLs here)
Otherwise, you'll receive a "FILE NOT FOUND" or 404 error. The video was posted when version 2.0 of the Data API was in use, but the data API is being upgraded (has been?) to version 3.0. Information on the URL to use can be found by googling "documents list feed 3.0" and seeing section "Retrieving a list of documents" on the top hit.
-
Nice walkthrough... very handy. Question a little bit off-topic:
Does the YouTube API allow you to play videos in your Java application? Or do you need something else to do that?
-
Franchement, je ne comprends pas bien ou vous voulez en venir, et je ne suis pas le seul. Toutes les personnes, qui, jusqu'à quelques jours, venaient sur Google, pour une recherche ou pour toutes ses richesses, se voient confronter à un espèce de jargon ni Français, ni Anglais, mais juste débile, qui m'a enlevé l'envie de surfer sur You Tube ou autres, parce que je me suis vus lire des tones de pages sans aucune explication pour pouvoir lire mes pages internet normalement. Domage je suis furieux
-
In addition to the two jar files that need to be added from gdata/java/deps, the URL metafeedUrl needs to be updated to use the new URL
Check the Protocol Guide for Docs for additional information
Not everyone is an english native speaker. :-)
Don't be so picky.
bingulim 3 years ago 21
so great!!
norejoa 3 years ago 3