Difference between SCOPE and DATA_SOURCE in Fitness API

25 Views Asked by At

I'm working on fetching heart rate data from Google Fitness API using python and I would like to know what is the difference between hear rate SCOPE "https://www.googleapis.com/auth/fitness.heart_rate.read" and DATA_SOURCE "derived:com.google.heart_rate.bpm:com.google.android.gms:merge_heart_rate_bpm" under "https://www.googleapis.com/auth/fitness.activity.read" SCOPE?
I search and did not find answer. Google documentation is not clear about this.

1

There are 1 best solutions below

2
On

You can the scopes and the list of what they do here Fitness API, v1