I have no choice. I'm using Google's JS API, which I'm assuming is supposed to be able to follow the 302s. Or the 302 is an indication of something else wrong?
I called it an error because it is returned in an Error object, with 302 as the value inside. On Dec 3, 12:20 am, Ray Baxter <[email protected]> wrote: > A 302 is not an error. It is a temporary redirect. > > You need to follow the redirect in order to retrieve the calendar list. > > Ray > > On Fri, Nov 27, 2009 at 11:35 AM, Nick Spacek <[email protected]> wrote: > > Hi folks, > > > I cannot get the Calendar Data API working to retrieve a list of all > > calendars through > >http://www.google.com/calendar/feeds/default/allcalendars/full. > > I have taken the sample Blogger Gadget from here: > >http://code.google.com/apis/gdata/articles/gdata_gadgets.htmland > > simplified it to try to get the Calendar API working; you can find my > > implementation here:http://nick.ci-fi.net/goocal-print.xml. > > > It properly went through the steps to grant OAuth access to the > > Calendar scope, but authenticated requests come back with a 302 error. > > I have seen similar posts but no resolution. Can somebody please > > respond to this, since it seems I'm not alone. > > > Thanks, > > Nick Spacek > > > -- > > > 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]<google-calendar-help-dataapi%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-calendar-help-dataapi?hl=en. -- 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?hl=en.
