Hi.
I write  the python script( http://pastebin.com/Ptmu4pjk ), that
called by CRON every 10 minutes.
This script connect to Google Calendar (without gdata) using
ClientLogin, get a json and parse it.
If i test this on local dev server all work great, but if i upload
script on appspot.com there are some errors:
Google Calendar return error 401 and html code instead json response.
Thanks.
<HTML>
<HEAD>
<TITLE>Authorization required</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Authorization required</H1>
<H2>Error 401</H2>
</BODY>
</HTML>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to