Questions tagged [google-fitness-api]
17 questions
5
votes
0 answers
Flutter Health Package (4.3.0) D/FLUTTER HEALTH(21559): Access Denied
User encounters "D/FLUTTER HEALTH(21559): Access Denied!" error after selecting the mail to connect to "Google Fit"
Package for me it's only working in test mode. when I set the project to production mode, it stops working.
do you have a solution…

İbrahim Talha DEMİR
- 61
- 3
1
vote
0 answers
How to get distance data from the google fit Rest API for the specific activity and specific start and end time in iOS?
Here, i want covered distance, when i select Date, start time, end time and any activity like "Swimming",
then i wanna get covered distance for selected date, start and end time.
I have tried to get distance from activity, but there's getting only…

Kaushik
- 11
- 3
1
vote
1 answer
How to get google fit app data using google fit api in php?
I want to integrate google fit api in Php Laravel framework.Please Let me know how can i synchronize google fit app data in my php website ?

developer
- 23
- 3
1
vote
1 answer
How do I filter out step count that user input manually from Google Fitness REST API
I can now retrieve step count data from Google Fitness REST API.
https://www.googleapis.com/fitness/v1/users/me/dataset:aggregate
However, I can't tell which data is reliable (data not generate by user input).
After some research I found there is a…

Farl Lee
- 11
- 6
0
votes
1 answer
Google Fit Api: Move Minutes Count
I am working with google api to export my Google Fit data to a Google Sheet. I have managed to get the Step count, calories, distance and heart points data exported correctly. However, I am not able to generate the Move Minutes count and the Walking…
0
votes
1 answer
How to read activity GPS track from Health Connect?
I'm building a Kotlin project in Android Studio and having troubles grabbing GPS data from Health Connect. I went for a walk, synced my FitBit to Health Connect, and now I'd like to grab the GPS Track from my activity and use my app to process the…

beebopbogo
- 29
- 4
0
votes
1 answer
Google Fit does not show the data sent by our app through the Android SDK
When try send data to Google Fit trougth SDK Android (not API), The data not appear inmediatly in Google Fit, they are steps that I do:
I getting data from our API (this sessions are gets from our devices and our build data's structure from ours…

FABiO
- 92
- 8
0
votes
1 answer
aggregate fitness data from multiple users in the same web app using the Google Fit REST API
I am currently working on a web application which is supposed to track multiple users and monitor their health parameters (pulse, number of steps, location etc). What I've currently thought about is having an administration interface which…

Logesh Waran
- 1
- 2
0
votes
1 answer
Language problem - Google Fitness API Scopes
I´m creating an app which needs user authorization to access to some private health information about Google Fit app. When adding the scopes in the OAuth consent screen I can see some Fit scopes are not correctly translated into my language (in my…

KosTas
- 1
0
votes
1 answer
Access the Google Fitness API (Sleep Data ) Flutter Firebase login using Facebook Auth?
We are building a Mobile app using Flutter that reads the Sleep Data and shows a dashboard based on the Sleep Data,
We are using Firebase for Social Login. Currently we support Google, Facebook and Custom Email / Password based login.
Google…

Ramesh Angamuthu
- 1
- 1
0
votes
1 answer
Python Skript to Read/Write Google Fit Data via REST API
I recently switch from an iOS Phone to Android. Now I have the problem that all my Apple Health data is not available on my new phone, because Google Fit only imports the 3 last days and all my history.
I exported my Apple Health data to and…

SiSchi
- 1
0
votes
1 answer
How to get latest google fit params in one api call
I need to fetch multiple params from google fit like "Heart Rate", "Body Temperature" etc... But looks like there is no single api to fetch all of them.
There is this one api called dataset aggregate, shown below, we can pass multiple params for…
0
votes
1 answer
Google Fit live data sync
I have integrated google fit with flutter and i'm getting steps count properly when my application is active but its not getting synced after closing my app. i want to run a background serivce which will sync my steps count and heart points with the…

Amritesh Dwivedi
- 1
- 1
0
votes
1 answer
Unable to read "BLOOD GLUCOSE" using rest api | Google fit
I am trying to fetch my blood-glucose data using Google fit rest API and using OAuth 2.0 Playground.
I've manually inserted data in the google fit app (fit app > Browse > Vitals > Blood glucose)
and tried to fetch it using REST API and OAuth 2.0…
0
votes
1 answer
Automatic export location tracks of walking\running activiies in garmin
I would like to do some automated export location history - map (or picture of the map) of my walking and running activities from my Garmin watch.
I am not an enterprise developer, so I am not able to use Garmin API.
I am using HealthSync app to…

user1113159
- 645
- 2
- 7
- 14