php - Google DirectoryAPI adding wrong email -
google's directory api incorrectly adding personal gmail address google group when use api insert non-gmail address. happens subset of addresses several domains @indiana.edu, @arizona.edu... (i assume connected organizations own use of googleapps).
i can reproduce issue using google-api-explorer, without code, noticed issue using google-api-php-client.
$gdata = $this->service->members->insert($groupemail,$gmember);
i have filed ticket google. has encountered issue, or can shed light how personal gmail account linked @organizatio.edu account in googleapps.
google confirmed bug in googleapi. fixed in september 2013.
Comments
Post a Comment