v1.2.2
-
v1.2.2 (July 12, 2017)
- For Google Docs (spreadsheet, document, slide and drawing), since I noticed that the revision files would not be able to be retrieved using Drive API v3, I modified this using new workaround.
- The new workaround is to use Drive API v2.
drive.revisions.get
of Drive API v2 can retrieve not only the revision list, but also the export links. I thought of the use of the export links. This became the new workaround. - For the files except for Google Docs, the revision files can be retrieved using Drive API v3.
- The usage is here.
- The new workaround is to use Drive API v2.
I don't know when this workaround will not be able to be used. But if this could not be used, I would like to investigate of other method.
- For Google Docs (spreadsheet, document, slide and drawing), since I noticed that the revision files would not be able to be retrieved using Drive API v3, I modified this using new workaround.