0

Since the change to Google's developer documentation, I can't seem to find any code samples. In particular I am looking for usage examples for

  • Searching Documents
  • Export documents in various formats
  • User impersonation for Google Apps users

I am following the links off the developer pages https://developers.google.com/google-apps/documents-list/

Does anyone know of links to official examples? Alternative other example resources?

Thanks.

Ali Afshar
  • 40,967
  • 12
  • 95
  • 109
Devraj
  • 3,025
  • 24
  • 25

1 Answers1

1

The Python documentation is being rewritten, in the meanwhile you can use the sample included in the library to see how to perform all common tasks:

http://code.google.com/p/gdata-python-client/source/browse/samples/docs/docs_v3_example.py

API docs here: http://packages.python.org/gdata/docs/api.html

Ali Afshar
  • 40,967
  • 12
  • 95
  • 109
Claudio Cherubino
  • 14,896
  • 1
  • 35
  • 42