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