How do I find the Fitness API in the Google Fit Project Developer Console?

I am following the steps mentioned at https://developers.google.com/fit/android/get-started to implement a simple fitness app for Android.

But when I want to do this:

Activate the Fitness API Go to the Google Developers Console. In the left sidebar, click on API and Auth. Find the Fitness API and set its status to ON.

I cannot find the Fitness API.

Where can I see this API? I couldn't find it in the API list at https://console.developers.google.com/project/ ...

+3


source to share


3 answers


You don't need to do this step while previewing. This is required if the Google Fit API exits preview.



Until then, enjoy the ease!

+2


source


The API is public and available to all users. You should see it listed with all Google APIs for any particular project.



+1


source


I faced the same problem too. You can search the fitness API in the search box and it gives the result. Then turn it on

+1


source







All Articles