Hi people

Why do I get this error? I do the following code:

// add org name element
$group = $doc->createElement('gContact:groupMembershipInfo');
$group->setAttribute('deleted' ,'false');
$group->setAttribute('href' ,'http://www.google.com/m8/feeds/groups/*default
*/base/6');
$entry->appendChild($group);

but I get this error:
ERROR:Expected response code 200, got 400 Referenced group doesn't belong 
to the same user. Should be: '[email protected]'. Is: 'default'

If I change default for an email, it works. According to the documentation 
setting as userEmail => default is totally valid.

I hope you can help me with this.

Thanks in advance!
Ruben



-- 
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