I am trying to get GoogleFit working on my android device and after i followed steps from https://developers.google.com/fit/android/get-api-key when i try to call GoogleFit.authorize() method all i get is :
{
"message": "Authorization cancelled",
"success": false,
}
I cannot resolve what am i doing wrong.I generated client_secrets.json file from GC for a RN project i have built but still i cannot get any response when i try calling this API.
Anyone had this issue?