I am working through the Authentication tutorial at
http://code.google.com/appengine/articles/gdata.html.  I am able to
get the token upgraded to a Session Token, but when I execute the
following code:

        feed_url = 'http://docs.google.com/feeds/'
        response = client.Get(feed_url, converter=str)

        self.response.out.write(cgi.escape(response))

I receive an HTML document giving me a Page Not Found error:

Google Docs -- Page Not Found

I am using the URL given in the tutorial, but has it changed, or is
there something else I am missing?  Any advice you have would be very
much appreciated.  Let me know if I need to post more code, etc.

Thanks,
Jeff.


--~--~---------~--~----~------------~-------~--~----~
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