Hi Masashi, The Google Contacts API V2 added support for more than one contact to have the same email address, so Google no longer returns a 409 Conflict status code if you try to create a new contact with the same email address as another contact. But, the Web UI does not support this feature yet.
Did you create this second contact using V2? or did you download lately the client library? We have a specific group for the Contacts API, I recommend you to use that one for Contacts API issues: http://groups.google.com/group/google-contacts-api/ Cheers, Julian. On Mar 5, 12:34 pm, "masa...@i3" <[email protected]> wrote: > I used Contacts Data API on Google Apps. Some person has two same 'my > contact acount'. We can't create same contact which is same e-mail > address, even using Contacts Data API. But it's happened to me. > > The code below is data I got using Contacts Data API. > Why are those IDs different? Those e-mail addresses are same. > We got conflict error because of it, maybe. > > <?xml version='1.0' encoding='UTF-8'?> > <entry xmlns='http://www.w3.org/2005/Atom'xmlns:gContact='http:// > schemas.google.com/contact/2008' xmlns:batch='http:// > schemas.google.com/gdata/batch' xmlns:gd='http://schemas.google.com/g/ > 2005'> > <id>http://www.google.com/m8/feeds/contacts/li%40i3-systems.com/base/ > 0</id> > <updated>2009-02-03T05:18:31.245Z</updated> > <category scheme='http://schemas.google.com/g/2005#kind'term='http:// > schemas.google.com/contact/2008#contact'/> > <title type='text'>i3Systems, Inc. > \347\256\241\347\220\206\350\200\205</title> > <link rel='http://schemas.google.com/contacts/2008/rel#edit-photo' > type='image/*' href='http://www.google.com/m8/feeds/photos/media/li > %40i3-systems.com/0/1B2M2Y8AsgTpgAmY7PhCfg'/> > <link rel='self' type='application/atom+xml' > href='http://www.google.com/m8/feeds/contacts/li%40i3-systems.com/full/0'/> > <link rel='edit' type='application/atom+xml' > href='http://www.google.com/m8/feeds/contacts/li%40i3-systems.com/full/0/123363831...> > <gd:email rel='http://schemas.google.com/g/2005#work' > address='[email protected]' primary='true'/> > </entry> > > <?xml version='1.0' encoding='UTF-8'?> > <entry xmlns='http://www.w3.org/2005/Atom'xmlns:gContact='http:// > schemas.google.com/contact/2008' xmlns:batch='http:// > schemas.google.com/gdata/batch' xmlns:gd='http://schemas.google.com/g/ > 2005'> > <id>http://www.google.com/m8/feeds/contacts/li%40i3-systems.com/base/ > 2bc624b10a63f215</id> > <updated>2009-02-03T14:23:02.328Z</updated> > <category scheme='http://schemas.google.com/g/2005#kind'term='http:// > schemas.google.com/contact/2008#contact'/> > <title type='text'>i3Systems, Inc. > \347\256\241\347\220\206\350\200\205</title> > <link rel='http://schemas.google.com/contacts/2008/rel#edit-photo' > type='image/*' href='http://www.google.com/m8/feeds/photos/media/li > %40i3-systems.com/2bc624b10a63f215/1B2M2Y8AsgTpgAmY7PhCfg'/> > <link rel='self' type='application/atom+xml' > href='http://www.google.com/m8/feeds/contacts/li%40i3-systems.com/full/2bc624b10a6...> > <link rel='edit' type='application/atom+xml' > href='http://www.google.com/m8/feeds/contacts/li%40i3-systems.com/full/2bc624b10a6...> > <gd:email rel='http://schemas.google.com/g/2005#work' > address='[email protected]' primary='true'/> > </entry> > > Thanks > Masashi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps 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://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
