如何获取 Google Fit API 的 userId?

How to get userId for Google Fit API?

如何从google fit API 获取用户的activity 数据的userId。 GET https://www.googleapis.com/fitness/v1/users/userId/dataSources/dataSourceId 我可以通过用我替换 userId 来获取我的数据,但我想为其他用户创建一个应用程序。

As stated in the documentation,用户 ID 唯一支持的值是“我”。

“我”所指的用户身份由您随请求传递的 OAuth 令牌传达。

如果您想访问用户的数据,他们将需要向您授予 OAuth 令牌。