On Mon, Jan 2, 2012 at 7:10 AM, kapil Garg <kapil.gar...@gmail.com> wrote: > Hi , > > I'm working on a web application and want to integrate Google docs with > that. Being new to Django and Web app, I'm finding it difficult to > understand the documentation provided for using Google Docs API . Is there > any sample application that I can refer to for the same. >
Google provide a package called python-gdata, which is an interface for using many of their API services. A full list is here: http://code.google.com/apis/gdata/docs/directory.html The docs on that site are extensive, for instance here is the python language guide for accessing google docs: http://code.google.com/apis/documents/docs/3.0/developers_guide_python.html Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.