Hi currently using people API by google, But i am having some errors on request "api.client.people.people.connections.list" on API.
The picture below will show the error, The first picture is the console error. and the other one is the code error it shows that the list is cannot read property of undefined. The code is in below.
var request = gapi.client.people.people.connections.list({
'resourceName': 'people/me',
'requestMask.includeField': ['person.phoneNumbers', 'person.names','person.emailAddresses'],
'sortOrder' : 'FIRST_NAME_ASCENDING',
'pageSize': 500,
});