0

我正在尝试获取设备内应用程序的授权代码,但出现无效范围错误。

我正在从终端使用此命令进行呼叫:

curl -d "client_id=XXX&scope=https://www.googleapis.com/auth/fitness.activity.read" https://accounts.google.com/o/oauth2/device/code

我得到了这样的回应:

{
  "error" : "invalid_scope",
  "error_description" : "Not authorized to request the scopes: [https://www.googleapis.com/auth/fitness.activity.read]",
  "error_uri" : "http://code.google.com/apis/accounts/docs/OAuth2.html"
}

难道我做错了什么?该应用已获得 Fitness api 的授权。</p>

4

1 回答 1

0

未为 Google-Fit API 启用设备内 oauth-2.0 流。它现在已启用。

来源: https: //plus.google.com/106927497941034280613/posts/PwQ2uzq8Y4f

于 2014-11-25T19:43:23.667 回答