thanks Vijayraj

On Mon, Jan 2, 2012 at 11:03 PM, Vijayraj Chauhan <[email protected]> wrote:
> Hi Aleey,
>
> This is the response Daniel gave me...
>
>>  May be one of your contact has a gd:extendedProperty set to:
>>
>> <atom:cc xmlns='http://www.w3.org/2005/Atom'>0</atom:cc>
>>
>> According to the documentation, a contact should be able to have arbitrary
>> XML data in an extendedProperty element. Unfortunately, it appears that the
>> Java GData client library is unable to parse the XML.
>> What I would suggest, if you don't need this element, is to delete it from
>> your contact. However, using the Java client library won't work as it is
>> unable to parse the entry.
>>
>> You should try using raw HTTP to delete this element; one tool you could
>> use is OAuth Playground:
>>
>> Select "Contacts" as scope
>> Click on "Request Token"
>> Click on "Authorize"
>> You will be redirected to a Google page to grant access, please grant
>> access
>> Click on "Access token"
>> Set the GData-Version to 3.0
>> In the "Enter a feed URI" text box, enter the contact's edit URL
>> Click on "execute"
>> The API should return the contact's XML
>> Copy the contact's XML in your clipboard and click on "enter post data"
>> Paste the contact's XML in the textbox that appeared and removed the
>> extended property that contains the "un-parsable" XML
>> Change the request to "PUT" (instead of "GET") and click on "execute"
>> The API should return the contact's XML with an 200 HTTP status code
>>
>> If that is still not possible, please feel free to file a bug against the
>> Java GData client library project page or try to use an other client library
>> (Python or .NET).
>
>
>
> Thanks
> Vijayraj

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://code.google.com/apis/contacts/community/forum.html

Reply via email to