web applications - Query several user's Google Fit data via REST API -
what right way of asking google fit info of users own web application (obviously having consent)?
i see param "userid" within url path unique way of asking several specific users, stated in reference manual, seems "me" value supported.
...so means not possible retrieve fitness information more 1 user using fit rest api inside web application?
any welcome!
you correct. you'd have 1 one. can see in get uri request:
https://www.googleapis.com/fitness/v1/users/userid/datasources/datasourceid
there's 1 room userid.
there's users.datasources: list
lists data sources visible developer, using oauth scopes provided. list not exhaustive; user may have private data sources visible other developers, or calls using other scopes.
Comments
Post a Comment