kainhel / as3googlecalendarlib

Automatically exported from code.google.com/p/as3googlecalendarlib
0 stars 0 forks source link

Can't set Authorization custom header #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have tried AIR projects, Flex, compiling for Flash 9 and 10 but I can't 
get it to work. I always get this error:

[RPC Fault faultString="Error #2096" faultCode="InvokeFailed" 
faultDetail="null"]

and it comes from that line (81):

calendarService.headers["Authorization"] = "GoogleLogin auth=" + 
user.authenticationToken;

inside the file GoogleCalendarService.as

Original issue reported on code.google.com by dgelin...@gmail.com on 4 May 2009 at 7:31

GoogleCodeExporter commented 8 years ago
ever find the solution to this?
I'm searching frantically for a way to get this lib to work but it seems i 
can't get past the fact that i don't know 
which cal.links to use.

Original comment by tommy.va...@gmail.com on 22 Jan 2010 at 12:47