Here's a how-to that might provide some value to others. http://code.google.com/appengine/articles/gdata.html
I had a quick look at it and seems like getting a simple list of your google docs is not that simple. On May 19, 6:56 am, "Nick Johnson (Google)" <[email protected]> wrote: > Hi GhengisOne, > > The gdata libraries are not bundled with the App Engine runtime. If > you want to use them, you will need to upload them along with your > app. > > -Nick Johnson > > On Tue, May 19, 2009 at 4:52 AM, GenghisOne <[email protected]> wrote: > > > Is Google App Engine integrated with Google Docs and if so, how? > > > The reason I ask is I got an error when I tried to import the gdata > > docs service from google app engine > > > Here's what I used to try and import the service... > > > import gdata.docs.service > > > Here's what I got back... > > > No module named gdata.docs.service > > > Is there some special way that the docs.service needs to be called > > from google app engine? > > > Thx. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
