iterative / PyDrive2

Google Drive API Python wrapper library. Maintained fork of PyDrive.
https://docs.iterative.ai/PyDrive2
Other
581 stars 69 forks source link

get users' comments from Gdrive files #182

Closed abubelinha closed 2 years ago

abubelinha commented 2 years ago

Looks like it is possible now to get comments from different parts of Google drive files. https://developers.google.com/drive/api/v3/reference/comments/list

Is it possible to get them using PyDrive2 also?

If not, would it be possible to implement?

Thanks

abubelinha commented 2 years ago

I found some related code samples in gspread library, so I managed to do it myself.