我是一名GSuite管理员,我正在尝试使用管理报告API查询我的组织中的Google Drive活动列表:
https://developers.google.com/admin-sdk/reports/v1/reference/activities/list
但是,当我使用浏览器中的"Try this API“侧边栏尝试此API时,我得到了一个不包含任何项的200响应:
{
"kind": "admin#reports#activities",
"etag": "\"S3VtFupSeWkpIL4X4oyC3FQHUIg/yjNPMzJe-48yhglJqAJOjeVcbcs\""
}为什么没有活动列表?
发布于 2019-03-07 10:20:34
谜团解开了,看起来这个API只适用于G Suite Business层,但我是在基本层。
https://stackoverflow.com/questions/55010713
复制相似问题