Description
From [email protected] on September 24, 2014 07:11:36
What steps will reproduce the problem? If possible, provide a live demo of the issue. gapi.client.request({method: 'GET',access_token: getToken(),params: { alt: 'json', 'max-results': 99999999},path: '/m8/feeds/contacts/' + (email || 'default') + '/full'}).execute(function (response) {console.log(response)}); What is the expected output? What do you see instead? I obtained a lot of contacts and some of them have title = Object { type="text", $t=""}
But user with this email address has firstname and lastname in the Contacts What version of the product are you using? On what operating system? https://developers.google.com/api-client-library/javascript/reference/referencedocs#gapiclientrequest
Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=163