in my web application(python), I got permission from the user to use the 'https://www.googleapis.com/auth/fitness.location.read' scope. What datasource should i use to get historical location data from google fit?
for example my steps datasource look like: STEPS_DATASOURCE = "derived:com.google.step_count.delta:com.google.android.gms:estimated_steps"
I think that the beginning of the datasource I need should look something like this "derived:com.google.location................