Google Drive Rest API:如何获取特定修订版的所有修改用户

Google Drive Rest API:如何获取特定修订版的所有修改用户

问题描述:

我想获取特定修订版的所有修改用户的列表.因为我要跟踪每个用户对特定文件/修订所做的更改.

I want to get the list of all modifying users of a Specific revision. Because I want track changes made by each user to a specific file/revision.

当前api仅提供lastModifyingUser.但是在用户界面中,它显示了show revision history

Currently the api provides only the lastModifyingUser. But in the UI it shows the details of a revision under the show revision history

  1. 能否获得所有特定修订版本的修改用户?
  2. 或者有什么方法可以跟踪特定文件/修订版中任何用户所做的每项更改?

谢谢

不幸的是,如UI中所示,Drive API当前未提供该级别的详细信息.请提交功能请求,以便我们可以跟踪该请求.

Unfortunate the Drive API currently doesn't provide that level of detail, as shown in the UI. Please file a feature request so we can track that request.

部分解决方案是使用 Apps Activity API .它提供了有关哪些用户编辑了文档的更详细的信息,但是不幸的是,没有简单的方法将这些活动与修订相关联.

A partial solution is to use the Apps Activity API. It provides more fine-grained information on which users edited a document, but unfortunately there is no easy way to correlate those activities to revisions.