I'm trying to find a way to get a list of versions of Google documents using the Google Drive API. I used oauthplayground and I get 2 results when enumerating document corrections. However, if I go to the Google Drive user interface, open this file and check the changes through the "File-see history history", it will return the same versions of list 2 that I received from the Drive API, but if I click "Show more detailed revisions "it returns a larger list of changes.
Does anyone know how to get this detailed list through the Drive API? Or is there another alternative to get this detailed list of changes?
source
share