Search code examples
oauth-2.0google-apiauthorizationgoogle-contacts-apigoogle-authentication

Enabled Google Contacts API not shown on Consent Screen


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:

enter image description here

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

enter image description here

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.

enter image description here

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


Solution

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