【发布时间】:2014-11-02 15:04:17
【问题描述】:
参考下面的文档,已将审核范围添加到客户端访问。
https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-drive
新范围:admin.reports.audit.readonly
通过 google oauthplayground,到目前为止我们得到的结果是空的
HTTP/1.1 200 OK
Content-length: 112
X-xss-protection: 1; mode=block
Content-location: https://www.googleapis.com/admin/reports/v1/activity/users/all/applications/drive
X-content-type-options: nosniff
Expires: Mon, 08 Sep 2014 05:49:14 GMT
Server: GSE
Etag: "xyz"
Cache-control: private, max-age=0, must-revalidate, no-transform
Date: Mon, 08 Sep 2014 05:49:14 GMT
X-frame-options: SAMEORIGIN
Content-type: application/json; charset=UTF-8
{ "kind": "admin#reports#activities", "etag": "\"xyz\"" }
如果我传递用户电子邮件 ID 而不是全部,则结果相同
我在这里遗漏了什么吗?需要启用任何其他配置吗?
【问题讨论】:
标签: google-drive-api google-admin-sdk