6

I have created a Google Fit application to read/write data from Google Fit. I have two devices linked to the same account, but I cannot see the data added from one device to another.

How is this fixed?

serv-inc
  • 35,772
  • 9
  • 166
  • 188
Rakki s
  • 1,426
  • 1
  • 18
  • 42

1 Answers1

4

We can read global data (Cloud) by adding the .enableServerQueries() in DataReadRequest

Rakki s
  • 1,426
  • 1
  • 18
  • 42
  • 1
    This doesn't seem to work for me: https://stackoverflow.com/questions/46532384/google-fit-sessionsapi-not-returning-all-sessions-in-time-range Am I doing something wrong in my requests? – damian May 22 '18 at 22:22