【发布时间】:2015-12-20 11:35:47
【问题描述】:
我正在尝试使用 https://developers.google.com/oauthplayground/ 获取步数
我有令牌的 Exchange 授权码和 API 请求 获取
在我的移动 googleFit APP 中显示它已连接到我的项目。
我得到的 Json 响应:
Content-type: application/json; charset=UTF-8
{
"dataType": {
"field": [
{
"name": "steps",
"format": "integer"
}
],
"name": "com.google.step_count.delta"
},
"application": {
"packageName": "com.google.android.gms"
},
"dataStreamId": "derived:com.google.step_count.delta:com.google.android.gms:estimated_steps",
"type": "derived",
"dataStreamName": "estimated_steps"
}
但我没有得到步数计数值。
【问题讨论】:
标签: json google-fit oauth2-playground