我无法在同意页面上查看主页网址例 : https://accounts.google.com/o/oauth2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile&state=%2Fprofile&redirect_uri=http://dracuno.shuthub.com/&response_type=token&client_id=394813307106.apps.googleusercontent.com
开发者信息中仅显示电子邮件而我已经在开发人员控制台中保存了主页 URL
谁能帮我解决这个问题或者告诉为什么会这样?
要更改在oauth同意屏幕上向用户显示的电子邮件地址,您需要做的第一件事是在项目中添加此电子邮件地址。 Google Developers Console -> Permissions
将此新电子邮件地址作为成员添加到项目中,授予其权限 is owner
应该是公司的电子邮件地址 可能 support@something.com
然后在Google Developers Console -> APIs & auth -> Consent Screen
,您将在顶部看到电子邮件地址。将其更改为您刚刚添加的电子邮件地址。