Thanks for the info Kyle! I tried this approach, but I seem to run into
similar errors while processing the stream. This is how the updated
code looks like:

    final GoogleService myService = new GoogleService("xapi",
"foobar-testApp-1");

    try
    {
      myService.setUserCredentials(userName, passWord);
      GDataRequest request = myService.createFeedRequest(feedUrl);

        request.execute();
        final SyndFeedInput input = new SyndFeedInput();
        final SyndFeed feed = input.build(new
XmlReader(request.getResponseStream()));

        err.println("feed = " + feed);
    }

The feed URL I'm trying to access is:
http://groups.google.com/group/husqvarna_tinkering/feed/atom_v1_0_msgs.xml?num=50
but I've tried a few other URL's too without luck.

What am I doing wrong? It's hard to debug in Eclipse because the login
page for Google is accessed via HTTPS only, and there is an outstanding
bug in Eclipse related to certificates and HTTPS, so I'm pretty much
forced to run this in an external script. Any hints appreciated.
Thanks,

Basil


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" 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-calendar-help-dataapi
-~----------~----~----~----~------~----~------~--~---

Reply via email to