问题标签 [google-groups-settings]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-cloud-platform - 如何从谷歌群组 API 获取外部群组或成员
我正在使用 Workspace admin SDK、Directory API 我获取内部组及其成员,但我们需要使用 google groups API 获取外部组织组及其成员。
您能否分享有关如何使用 google groups api 获取外部组及其成员的信息或链接?
有关更多信息,我在此处提供链接, https://developers.google.com/admin-sdk/directory/v1/guides/manage-groups
谢谢
google-admin-sdk - 组电子邮件 ID/地址中包含“/”的 Google Admin SDK 组设置的后端错误
当组电子邮件(用作 groupUniqueId 时)将“/”字符作为电子邮件 ID 的一部分时,我遇到了 GWS API 组设置问题。Python代码如下:
上面的代码将返回“未找到”错误。
我尝试使用在线 API 尝试页面(来自 Group Settings API 文档页面)将生成带有“后端错误”xml 的 http 500,如下所示:
我认为存在与组电子邮件相关的错误/问题,其中包含“/”字符作为组电子邮件 ID 的一部分,用于组设置 API,无论是通过在线还是使用 Python 客户端 lib 包。