I want to get comments from Google Docs using the Google Drive API. Does anyone know if the Google Drive API (or other Google Apps Application APIs) supports retrieve commenting?
Thanks.
I want to get comments from Google Docs using the Google Drive API. Does anyone know if the Google Drive API (or other Google Apps Application APIs) supports retrieve commenting?
Thanks.
Comments are not available via the API yet, but this is a common feature request that we are already evaluating. Stay tuned for updates soon.
printcomments function of this python script I found over on github: github.com/peterartman/GoogleDocCommentCollector/blob/…Comments are included for documents via download as text (using the DocumentsList API), although it may be difficult to distinguish comments from the regular text.
Comments for spreadsheets are included when the item is downloaded as html (again, using the DocumentsList API), but not included when downloaded in other formats.
Comments for presentations, drawings, and non-Google types are not readily available.
UPDATE
As noted by zengr, as of late 2018, comments have been added to the API.