Google G Suite 业务报告 API 配置
Google G Suite Business Reports API configuration
我正在尝试配置 Google 服务帐户(在开发人员控制台中)以在我的应用程序中使用它来获取报告 API。
我遇到错误 - "Access denied. You are not authorized to read activity records"。好像配置有问题。
我在 Google Developers Console 中创建了新的项目和服务帐户。在管理控制台设置管理 API 客户端访问菜单中添加了客户端 ID。
也许我错过了什么?
拜托,帮忙。
服务器响应是:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "Access denied. You are not authorized to read activity records.",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Access denied. You are not authorized to read activity records."
}
}
如果您还没有这样做,您可以尝试按照此 中的描述调用 .setServiceAccountUser("admins email address")
。
我正在尝试配置 Google 服务帐户(在开发人员控制台中)以在我的应用程序中使用它来获取报告 API。
我遇到错误 - "Access denied. You are not authorized to read activity records"。好像配置有问题。
我在 Google Developers Console 中创建了新的项目和服务帐户。在管理控制台设置管理 API 客户端访问菜单中添加了客户端 ID。
也许我错过了什么?
拜托,帮忙。
服务器响应是:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "Access denied. You are not authorized to read activity records.",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Access denied. You are not authorized to read activity records."
}
}
如果您还没有这样做,您可以尝试按照此 .setServiceAccountUser("admins email address")
。