Nitin4Android
Nitin4Android

Reputation: 864

How to find Fitness API on Developer Console for Google Fit Project?

I am doing the steps mentioned in in https://developers.google.com/fit/android/get-started to implement a simple fitness android app.

But when I want to do this:

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

I can not find the Fitness API.

Where can I see this API? I could not find it on the list of APIs on https://console.developers.google.com/project/...

Upvotes: 3

Views: 1039

Answers (3)

Manas Singhal
Manas Singhal

Reputation: 178

I was also facing the same issue. You can search for fitness API in the searchbox and it gives the result. Then turn it ON

Upvotes: 1

Bill S
Bill S

Reputation: 56

The API is public and available to everyone now. You should see it in the list of all google APIs for any particular project.

Upvotes: 1

sivag1
sivag1

Reputation: 5004

You do not need to do this step while in the developer preview. This will be necessary once the Google Fit API comes out of the developer preview.

Till then, enjoy the ease!

Upvotes: 2

Related Questions