Skip to content Skip to sidebar Skip to footer

403 Error When Calling Google People Api

So I am trying call the Google People API with the following from the JS API: var request = gapi.client.people.people.get({ 'resourceName': 'people/me' }); With the objective

Solution 1:

Go and enable Google People API to https://console.developers.google.com/apis/api/people.googleapis.com/overview?project=xxxxxxxxx, where xxxxxxxxx is number of your app


Post a Comment for "403 Error When Calling Google People Api"