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');
$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: ' x...@gmail.com
'. 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!