Enabled Google Contacts API not shown on Consent Screen

末鹿安然 提交于 2019-12-11 12:05:35

问题


So I've been trying to figure out why my Google Contacts wasn't being enabled after I had enabled it on Google developer console as so:

After I had enabled it, when I log in I am able to see this knowing that the Google+ Api is working fine.

As we can see, it seems as though the Contacts API is not Authorizing the enabled Contacts API. Why is that? I would expect it to be the following image.

Any help would be greatly appreciated. Its been like 2 days and I haven't got my hand on this.


回答1:


In the consent screen, I can see only the basic profile info (email address, how you're are).

Probably your app is missing to ask for additional scopes during the consent. The scope for contacts API is https://www.googleapis.com/auth/contacts.readonly.



来源:https://stackoverflow.com/questions/33992182/enabled-google-contacts-api-not-shown-on-consent-screen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!