Questions tagged [google-fit-sdk]

An open platform that lets users control their fitness data. Google Fit lets developers build smarter apps and manufacturers focus on creating amazing devices.

About

Google Fit's open APIs allow any connected apps and devices to seamlessly share data, all of which gets sucked up by Google Fit.

Links

Official Page

263 questions
0
votes
0 answers

Auth with Android app, but want server to upload data to Fit Store, not Android app

My Android app is used by 1000s of customers. The app sends fitness data from external devices via BLE to a server via endpoint calls. The server runs algorithms on that data, and saves it to a database. Now I want to send my users' data to Google…
0
votes
1 answer

Google fit samples not working

I am going crazy, please help me.. I've following the tutorial page, but without success, I've added them from android studio I've enabled the API, I've got the SHA1 with the default debug keystore I've created a new client ID and I've created a…
crc_error
  • 552
  • 1
  • 4
  • 14
0
votes
1 answer

Google Fit Delete dataSource?

I've created an application which creates a weight data source. Unfortunately, I had a typo in my application such that the field name was incorrectly typed as "kg" instead of "weight": { "dataStreamId": "raw:com.google.weight:myappwhatever", …
0
votes
1 answer

Google Fit authorization code for a in device application

I'm trying to get the authorization code for a in device application but I get an invalid scope error. I'm making the call using this command from terminal: curl -d "client_id=XXX&scope=https://www.googleapis.com/auth/fitness.activity.read"…
Fedy2
  • 3,147
  • 4
  • 26
  • 44
-1
votes
1 answer

How to calculate active time from Google Fit?

I'm developing an application to get the daily step count, calories, distance and active time from Google Fit. I calculated all of the above except for the active time. How can I do that? I also want to know, if I got e.g. 500 steps, what the…
-2
votes
1 answer

How to access google fit user's email in Android

I am building a step tracker on Android and had a successful integration with Google Fit. However, I can't access user's gmail address. Could anyone help me out please?
Sahil M.
  • 1
  • 1
-2
votes
1 answer

Google Fit Data Update Notifications

I am trying to integrate Google Fit SDK. Is there any way to get data update notifications from Google Fit for Android SDK?
haha
  • 13
  • 4
-2
votes
1 answer

Use of Google Fit Api

I am going to develop Health Application on Android Platform.which read data from wearable device and update on server. Can I use Google Fit apis to read Data of wearable device sensor for my own application?
1 2 3
17
18