Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据 google+文档,只有一个范围是https://www.googleapis.com/auth/plus.me,但此范围不包含用户的电子邮件地址。如何使用 google+ API 获取用户的电子邮件
为了获取用户的电子邮件地址,您必须将以下范围添加到您的访问请求中:https://www.googleapis.com/auth/userinfo.email
https://www.googleapis.com/auth/userinfo.email