Google Fit Dataread Returns Status Timeout
I am trying to get step data from Google Fit Api. I am able to successfully connect to the Api, however when I try to retrieve data using the Fitness.HistoryApi.readData() functio
Solution 1:
I figured it out. Maybe it will help someone. I was doing this inside of an AsyncTask, and for some reason that caused it to timeout. Moving this logic outside of the AsyncTask's doInBackground method fixed the issue
Post a Comment for "Google Fit Dataread Returns Status Timeout"