Google Drive SDK:以编程方式固定Google Doc修订版

时间:2016-04-18 13:31:19

标签: google-drive-api google-docs-api

Google Drive API v2 Drive.revisions.update方法允许设置固定参数,以便永远不会自动清除特定修订。但是,正如文档所述,这不适用于Google文档。我们如何固定修订版以便永远不会删除?我有一个应用程序,它依赖于跟踪和稍后修改某些修订。

有关如何做到这一点的任何建议?

2 个答案:

答案 0 :(得分:1)

Google文档(以及电子表格等所有原生Google格式)都不会自动删除任何修订,因此无需修改。

如果你指的是.doc,那些不是Google文档。

我无法在文档中找到引用,但我确实在其营销页面中找到了官方参考: https://apps.google.com/intx/en/products/docs/说:

Unlimited revision history Track changes made to your documents and undo anything you choose. Previous versions are kept indefinitely and they don't count toward your storage.

答案 1 :(得分:0)

Google似乎对此很清楚。

pinned - This will only be populated and can only be modified on files with content stored in Drive which are not Google Docs.

尝试converting您的修订文件为pdf(非Google Doc)。然后,您可以使用pinned = true保存修订。