people.get 方法会受到 Google+ API 弃用的影响吗?
Will people.get method be affected by Google+ API deprecation?
我正在使用 Google People API 从 Node JS 获取用户帐户信息(仅适用于通过 Gmail 授权的用户登录使用 Gmail API)客户。我想确保我使用的 people.get 方法不会受到 Google+ 关闭的影响,它是 APIs.
这是 Google 于 2018 年 12 月 20 日发送的通知开发人员关闭的电子邮件的摘录:
"Note: If you see calls to people.get, these can be the result of using the Google+ Sign-In feature in your application, which is now fully deprecated and is being shut down. Developers should migrate from the Google+ Sign-In feature to the more comprehensive Google Sign-in authentication system."
如上所述,我正在使用人员 API 来调用 people.get,但我不清楚这是否会受到 Google+ 弃用的影响。
如果您使用的是 https://developers.google.com/people/api/rest/v1/people/get 中记录的 people.get
API,那么您没问题。此 API 不受 Google+ API 关闭的影响。
如果您正在使用 https://developers.google.com/+/web/api/rest/latest/people/get 中记录的 people.get
API,那么您将需要迁移到不同的 API。
我正在使用 Google People API 从 Node JS 获取用户帐户信息(仅适用于通过 Gmail 授权的用户登录使用 Gmail API)客户。我想确保我使用的 people.get 方法不会受到 Google+ 关闭的影响,它是 APIs.
这是 Google 于 2018 年 12 月 20 日发送的通知开发人员关闭的电子邮件的摘录:
"Note: If you see calls to people.get, these can be the result of using the Google+ Sign-In feature in your application, which is now fully deprecated and is being shut down. Developers should migrate from the Google+ Sign-In feature to the more comprehensive Google Sign-in authentication system."
如上所述,我正在使用人员 API 来调用 people.get,但我不清楚这是否会受到 Google+ 弃用的影响。
如果您使用的是 https://developers.google.com/people/api/rest/v1/people/get 中记录的 people.get
API,那么您没问题。此 API 不受 Google+ API 关闭的影响。
如果您正在使用 https://developers.google.com/+/web/api/rest/latest/people/get 中记录的 people.get
API,那么您将需要迁移到不同的 API。