people.get方法会受到Google+ API弃用的影响吗? [英] Will people.get method be affected by Google+ API deprecation?

查看:89
本文介绍了people.get方法会受到Google+ API弃用的影响吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Google People API从Node JS客户端获取用户帐户信息(仅适用于使用Gmail API通过gmail登录授权的用户).我想确保我使用的people.get方法不会受到Google+及其API关机的影响.

I'm using the Google People API to get user account info (only for the user who authorized via gmail sign in using the Gmail API) from a Node JS client. I want to make sure that the people.get method I use won't be affected by the shutdown of Google+ and it's APIs.

这是Google在12/20/18发送的电子邮件的摘要,该电子邮件通知开发人员关闭:

This is an excerpt from the email that Google sent on 12/20/18 notifying developers of the shutdown:

"注意:如果您看到对people.get的呼叫,则可能是由于您在应用程序中使用了Google+登录功能而导致的,该功能现已被弃用,并且已被关闭.开发人员应从Google+登录中迁移-功能更全面的Google登录身份验证系统."

"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."

如上所述,我正在使用People API来调用people.get,但我不清楚这是否会受到Google+弃用的影响.

As stated above, I am using the People API to call people.get but it's unclear to me whether or not this will be affected by the Google+ deprecation.

推荐答案

如果您使用的是

If you're using the people.get API documented at https://developers.google.com/people/api/rest/v1/people/get, then you're fine. This API is not impacted by the Google+ API shutdown.

如果您使用people.getAPI, > https://developers.google.com/+/web/api/rest/latest/people/get ,那么您将需要迁移到其他API.

If you're using the people.get API documented at https://developers.google.com/+/web/api/rest/latest/people/get, then you will need to migrate to a different API.

这篇关于people.get方法会受到Google+ API弃用的影响吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆