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"
}
しかし、歩数の値を取得できませんでした。