i am using java binding to access google calendar. everything works
if i use ClientLogin api to set user credential. i can get a list of
my calendar entries and insert new event entry to various calendar
entries. but if i switch to AuthSub api for authentication, the url
is generated correctly (AuthSubUtil.getRequestUrl("http://localhost:
8080/test/test.action", "http://www.google.com/calendar/feeds/
default/", false, true)) and a one-time use token is gotten back as
the result of a redirect to google security page. but when i do
AuthSubUtil.exchangeForSessionToken(token, null), i get a 403 (Attempt
to upgrade a non-upgradeable token). has anyone experience this?
what am i missing?
walter
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---