0

我正在使用Postman来测试Google Data Studio API。我收到以下呼叫错误:https ://datastudio.googleapis.com/v1/assets:search?assetTypes=Report

{
   "error":{
      "code":403,
      "message":"Request had insufficient authentication scopes.",
      "status":"PERMISSION_DENIED"
   }
}

存在以下权利: 在此处输入图像描述

并且这里没有 Google Data Studio 的范围来执行其他测试: https ://developers.google.com/oauthplayground/

4

2 回答 2

0

您需要https://www.googleapis.com/auth/datastudio范围才能使用 Data Studio API。您的 API 客户端也应该获得授权(请参阅说明)。

于 2021-04-27T21:54:46.310 回答
-2

Google 根本不支持该 API。您不能使用 Oauth 对话框。

于 2021-12-08T16:23:59.990 回答