Google DirectoryAPI 添加了错误的电子邮件


Google DirectoryAPI adding wrong email

当我使用 api 插入非 gmail 地址时,Google 的目录 API 错误地将个人 gmail 地址添加到 google 群组中。这只发生在多个域的地址子集 @indiana.edu, @arizona.edu...(我假设它与组织自己对GoogleApps的使用有关)。

我可以使用 Google-Api-Explorer 重现该问题,而无需任何代码,但我注意到使用 google-api-php-client 的问题。

$gData = $this->service->members->insert($groupEmail,$gMember);

我已经向谷歌提交了一张罚单。是否有人遇到过此问题,或者您能否详细说明个人Gmail帐户如何与GoogleApps中的@organizatio.edu 帐户相关联。

Google 确认这是 GoogleAPI 中的一个错误。 它已于 2013 年 9 月修复。