【发布时间】:2013-08-19 18:56:05
【问题描述】:
我正在测试这个页面:
https://developers.google.com/drive/v2/reference/revisions/get#try-it
我找不到修订版 ID,当我尝试输入我认为是修订版 ID 的内容时,会显示一条错误消息:"message": "Revision not found:"
如何找到文件的修订 ID(我正在尝试使用电子表格)?
稍后我会尝试使用(在 java 中):
RevisionList revisions = service.revisions().list(fileId).execute();
return revisions.getItems();
但现在我需要手动操作。
【问题讨论】:
标签: google-sheets google-docs google-drive-api google-docs-api