【发布时间】:2021-04-21 15:00:57
【问题描述】:
我正在使用 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/
【问题讨论】:
标签: api google-data-studio oauth2-playground