I am trying to get the steps count using https://developers.google.com/oauthplayground/
I have Exchange authorization code for tokens and request to API GET
in my mobile googleFit APP it's showing the it have been connected to my Project.
The Json response I am getting :
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"
}
but I didn't get the steps count values.