amirpk / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 0 forks source link

Create new document no longer working after upgrading to version 2.0.1 #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce issue:
Run the sample at
http://code.google.com/apis/documents/docs/1.0/developers_guide_python.html#Crea
tingAnEmptyDocument

Expected output:
New spreadsheet created.

Actual results:
    category =
gdata.atom.Category(scheme=gdata.docs.service.DATA_KIND_SCHEME,
term=gdata.docs.service.SPREADSHEET_KIND_TERM)
AttributeError: 'module' object has no attribute 'SPREADSHEET_KIND_TERM'

Notes:
There is no trace of the string 'SPREADSHEET_KIND_TERM' in the source file
\gdata\docs\service.py
Documentation is not updated? What is the new syntax?

Original issue reported on code.google.com by gbraga...@gmail.com on 12 Aug 2009 at 7:06

GoogleCodeExporter commented 9 years ago
This was a documentation issue which has been updated.

Original comment by ericbide...@gmail.com on 7 Sep 2009 at 7:36