Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 views

Google Fit physical activity data, We request access to the Google Fit scope for writing activity data in order to record completed meditation sessions as part of the user’s health and wellness ...
Raj's user avatar
  • 1
0 votes
0 answers
25 views

Description: We recently migrated our application from Xamarin Forms to .NET MAUI, and since then, the Google Fit consent screen is no longer visible during the authorization flow. Previous State: In ...
Radu Paul's user avatar
2 votes
1 answer
708 views

I am trying to access step data using Flutter's health plugin, but I keep encountering the issue where permissions are not granted, even though I have declared the necessary permissions in my ...
Clover99's user avatar
0 votes
0 answers
41 views

I have used below method to get data from google fit app: fun aggregateGroupByDuration(record: ReadableMap, promise: Promise) { throwUnlessClientIsAvailable(promise) { coroutineScope.launch {...
Pavan's user avatar
  • 1
2 votes
0 answers
109 views

I use HealthConnect to retrieve user step data over a specified period. I now want to filter out automatically recorded steps by device from manually added steps. While Google Fit allows users to ...
Debrup Dutta's user avatar
0 votes
1 answer
315 views

I am creating an Android app that uses the number of steps obtained from Googlefit. Due to the discontinuation of the Googlefit API, I have changed the way I obtain the number of steps from Googlefit ...
内田真菜's user avatar
1 vote
0 answers
198 views

I have an app that reads step data from the Google Fit APIs that are being deprecated in 2025, and am looking to make the transition to using Health Connect. I can access Health Connect with no ...
Greg's user avatar
  • 175
0 votes
1 answer
527 views

I have already synced my application with Health Connect. Google Fit is synced with Health Connect (I can retrieve step count data correctly). If I manually unsync Google Fit from Health Connect, the ...
Wei's user avatar
  • 1
1 vote
0 answers
194 views

I want to get sleep and cycle tracking data from Google Fit to my app. I am aware that the API is no longer in use and we need to use the Health Connect app. I have retrieved most of the data, but I ...
Shivam's user avatar
  • 317
1 vote
1 answer
191 views

While users are trying to connect the app with Google fit API, they are getting a popup in which says: Access blocked: app has not completed the Google Verification process Error 403: access_denied. ...
Vishal Malhotra's user avatar
2 votes
2 answers
420 views

We are proving a service using the Google Fit API to our customers for 3 years, but currently the service is not working because we did not request the necessary OAuth Scope change within the deadline....
user25009906's user avatar
1 vote
1 answer
63 views

After deprecation of Google Fit APIs i'm wondering how to port a "com.google.android.gms.fitness.service.FitnessSensorService" to Google Health? My use case is a third party BLE device ...
neXos's user avatar
  • 21
0 votes
1 answer
111 views

I'm trying to create an Android project and I'm having trouble finishing it due to an issue. Currently, within the project, I'm using Google authentication to concurrently utilize the Google Fit ...
DT23's user avatar
  • 1
6 votes
1 answer
2k views

I have a website where my fitness stats can be publicly seen. In order to achieve that, I've used the Google Fit REST API, but now I see that it's gonna be removed in 2025, stating you gotta migrate ...
maduranma's user avatar
  • 205
0 votes
0 answers
57 views

`How do I calculate the duration of sleep I get from Google Fit. this is an example of json from google fit the code "session": [ { "id": "healthkit-0B3E9A38-694F-...
Muhammad Rizal Ansori's user avatar
1 vote
0 answers
693 views

I am currently working on a Flutter application where I'm utilizing the health package (version 8.1.0) to fetch steps and workout data from the user's device. The steps data retrieval works seamlessly,...
kruimeldiev's user avatar
0 votes
1 answer
218 views

We are developing an application on flutter and using google fit api on it. App needs physical activity permission on devices but it doesn't work properly on android 14 version (OneUI 6.0) at Samsung ...
Tolga DURAN's user avatar
1 vote
0 answers
54 views

I'm currently working on integrating the Google FIT API into my JavaScript application, and I'm encountering an issue when trying to include multiple scopes in the initial authorization request. The ...
Rizwan Thachanakath Siraj's user avatar
1 vote
0 answers
127 views

I'm using react-native-google-fit library to fetch user steps in react native it's working fine but I have a question why it's not work if user have not installed google fit app in its device it only ...
Muhammad Bilal's user avatar
0 votes
1 answer
827 views

We have used Google Fit API in our Flutter app for collecting user steps data. We have used the "health" package and during the development phase, there was an option to add test accounts ...
Asif Ali Azim's user avatar
0 votes
1 answer
28 views

I am working with the Google Fit API to add nutrition data and following their Add Nutrition Data Guide. I'm making a PATCH request with the following payload: { "minStartTimeNs": ...
Matt McCormick's user avatar
0 votes
0 answers
106 views

We have an app where challenges are implemented (Get 5k steps, etc.) that gets data from Apple Health/Google Fit. Is it possible for the app to collect health data even when backgrounded or killed, ...
Lawrence's user avatar
1 vote
0 answers
648 views

I use HealthConnect to get data about user steps over a certain period of time. For more security, I filter the activity source using the data originFilter field in AggregateRequest. Thus, the data ...
Rasul Mingazov's user avatar
0 votes
1 answer
481 views

I am working on a delivery app that the company charges clients based on the number of stairs that the delivery agent has to climb. It's probable that the agent cheats and collects the stair fee in ...
Wahidullah Shadab's user avatar
0 votes
0 answers
116 views

During Google OAuth verification process, Google requires some actions, that are not clear, since only links have been provided with general content as shown below: Comply with Limited Use ...
sDev's user avatar
  • 11
0 votes
1 answer
1k views

I was trying to get the daily step count using the Google Fit API. However, as Fitness.getHistoryClient has been deprecated, I had to look for another method. On https://developers.google.com/android/...
cook's user avatar
  • 1
0 votes
1 answer
69 views

I am trying to fetch step count data of last week or last 7 days. I am getting the empty list of bucket which holds the data. //Check how many steps were walked and recorded in the last 7 days ...
Aniket Dhanrao's user avatar
1 vote
1 answer
4k views

I'm working on an application in health & fitness space and one of the requirement is to retrieve activities data (step count and sleep data to begin with) from wearables. My understanding is that ...
Rajath's user avatar
  • 112
0 votes
1 answer
125 views

Version: implementation "com.google.android.gms:play-services-fitness:21.1.0" Client definition: GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN) .requestEmail() ...
nKognito's user avatar
  • 6,373
1 vote
1 answer
559 views

I'm using the Health package for Flutter and can get steps data from both devices but there doesn't appear to be a way to get calories consumed. Is there any way to get the calories consumed data from ...
AndyC's user avatar
  • 115
0 votes
1 answer
237 views

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 ...
THORNADOR's user avatar
0 votes
1 answer
81 views

I have a script that request Google authentication for GoogleFit API usint httr package: library(httr) library(RGoogleFit) google_client <- gargle::gargle_oauth_client_from_json("...
Lev's user avatar
  • 843
0 votes
1 answer
1k views

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 ...
beebopbogo's user avatar
0 votes
1 answer
427 views

I am using the Google Fit REST API to retrieve blood pressure data from the user's Google Fit account. I am able to successfully make a request to the API endpoint https://www.googleapis.com/fitness/...
abhinav mishra's user avatar
0 votes
2 answers
826 views

I am working in an app which continuously extracts some information related to steps done from some users from GoogleFit API. I am using the httr package for authentication: library(httr) library(...
Lev's user avatar
  • 843
0 votes
1 answer
368 views

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 ...
FABiO's user avatar
  • 92
2 votes
0 answers
79 views

I'm trying to fetch from Google Fit to integrate with my react native app, however both the steps and activities are not shown immediately and are only available after a huge delay (30 min to couple ...
Mohammed sadiq's user avatar
0 votes
1 answer
75 views

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 ...
KosTas's user avatar
  • 1
1 vote
1 answer
1k views

i try to collecting data from 1 april 2023 to 30 april 2023, today is 20 april 2023 but health connect still provides data for > 20 april 2023 like this i don't know where the data is coming from, ...
Rizki Rakasiwi's user avatar
0 votes
0 answers
373 views

What are the steps needed to include the Google Fit API inside an Xcode project using swift. I already used the documentation given by Google but it is very complex to understand everything right. ...
DanLand's user avatar
  • 55
0 votes
1 answer
327 views

I have released my app to internal testing with google fit implementation and google fit fails to authorize user in app installed from internal testing. However, it works when same apk file is ...
Sawal Timsina's user avatar
1 vote
0 answers
181 views

I am building a React Native application and would like to use Google Fit's distance data to get users' data historically for their miles travelled every day after signing in with their Google account....
Helom B's user avatar
  • 13
0 votes
1 answer
156 views

We have a flutter android app that uses Google Fit health data The user has to toggle a switch in order to connect his Google Fit account We submitted our app to the Google Fit verification process (...
Zied Zrelli's user avatar
0 votes
1 answer
97 views

I'm trying to find a way to get the UID or such for each activity record (historical data via Fit API for Android) that I read from Google Fit. Is there any way to do it?
Serdar Büyükkanlı's user avatar
0 votes
1 answer
300 views

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 ...
SiSchi's user avatar
  • 1
0 votes
1 answer
148 views

I am using the Google Fit REST API and want to get the respiratory rate. In the Google Fit app on Android, there is option to add Respiratory Rate. The API that I am using to fetch the data is: GET /...
Shubhangi's user avatar
0 votes
0 answers
66 views

I am using the historyclient of the googlefit. I am looking for the steps , calories and distance aggregated data per day for last 15 to 30 days . However, I am getting inconsistent results every time ...
Nitin Jain's user avatar
1 vote
2 answers
2k views

I am currently using NextAuth to signIn in my application, and want to add more scopes into it while the user is already signed in so I can use the Google Fit API. I've been reading the documentation ...
docksdocks's user avatar
1 vote
1 answer
1k views

I have an android app that leverages the Google Fit APIs on android and today I found out that they are going to be deprecated. See the official documentation here In the page linked above they also ...
Bonfi's user avatar
  • 140
1 vote
1 answer
576 views

I simply want to use google fit api to retrieve data of the signed in user(testing with two accounts). But I don't understand how to get the authorization code/access token from the user. Another ...
HHMortada's user avatar

1
2 3 4 5
19