Skip to content

JavaScript Library: gapi.client.request returns an empty title for some of contacts #163

Open
@wonderfly

Description

@wonderfly

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions