I'm just trying to do an initial google docs example but am getting an
error at the DocumentListFeed call (DocumentListFeed feed =
service.getFeed(documentListFeedUrl, DocumentListFeed.class)):

com.google.gdata.util.ResourceNotFoundException: Not Found

This is my full code listing (with user and pwd changed):

DocsService service = new DocsService("TEST");
service.setUserCredentials("[email protected]","my_pwd");
URL documentListFeedUrl = new URL("http://docs.google.com/feeds/
documents/private/full");
DocumentListFeed feed = service.getFeed(documentListFeedUrl,
DocumentListFeed.class);

I've read some forums on this but it seems like I have everything in
place that's needed...

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to