我正在尝试使用https://developers.google.com/oauthplayground/计算步数
我有令牌的 Exchange 授权代码和 API GET 请求
在我的移动 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"
}
但我没有得到步数计数值。