5 messages in com.googlegroups.google-calendar-help-dataapiRe: "Token invalid - AuthSub token ha...
FromSent OnAttachments
Fibra11 May 2008 18:27 
Fibra11 May 2008 18:44 
Austin (Google)12 May 2008 10:33 
Fibra14 May 2008 08:29 
Fede Mika30 May 2008 21:45 
Subject:Re: "Token invalid - AuthSub token has wrong scope" Problem
From:Austin (Google) (api.@google.com)
Date:05/12/2008 10:33:38 AM
List:com.googlegroups.google-calendar-help-dataapi

great, glad you got that one worked out :)

Austin

On Sun, May 11, 2008 at 6:44 PM, Fibra <fabr@gmail.com> wrote:

Hello again,

I've been doing some testing and I found out what was wrong.

Apparently, the %40 in the URL had to be replaced by the @ character, and now it's working.

Thanks anyways :)

Hello,

I started using Google Calendar Data API today (I'm using JS to use google API.). I've been reading the documentation and this group discussions but can't find a solution to my problem, here's what happens:

I first couldn't find a way to bring a non default calendar info with its events, then I tried this: https://www.google.com/calendar/feeds/1qml4eiv20f430pp81n1b405f8%40gr... and it does exactly what I need.

So, when I call calendarService.getEventsFeed(feedUri, calendarCallback, handleError); I get the ""Token invalid - AuthSub token has wrong scope"

I really don't know what's wrong, so if anyone could help me I'd appreciate it very much.