Skip to content

v1.2.2

Compare
Choose a tag to compare
@tanaikech tanaikech released this 12 Jul 02:45
· 51 commits to master since this release
  • v1.2.2 (July 12, 2017)

    1. 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.

    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.