【问题标题】:Is there still "no API to manage consumer googlegroups.com groups programatically"?是否仍然“没有 API 来以编程方式管理消费者 googlegroups.com 组”?
【发布时间】:2018-10-10 19:47:51
【问题描述】:

在 2014 年这篇帖子的回答中 Unable to retrieve members of a google group, getting Invalid Input 你读到:“没有 API 可以以编程方式管理消费者 googlegroups.com 组”。
2018年还是这样吗?

我尝试遵循帖子How to get the list of members in a Google group in Google app script (Admin SDK)? 的答案 3 中的建议,但收到以下错误消息:

ReferenceError:未定义“AdminDirectory”。 (第 9 行,文件“代码”)

第 9 行(及以下)是(是):

    page = AdminDirectory.Members.list(groupKey,
    {
        domainName: 'googlegroups.@com',
        maxResults: 500,
        pageToken: pageToken,
    });

搜索以了解错误,我找到了Members: list 的参考页面。使用该页面中的“试用此 API”表单,我收到了我提到的第一篇文章中报告的错误。

如果“没有以编程方式管理消费者 googlegroups.com 组的 API”不是真的,是否有指南可以在 google-sheet 表中复制我拥有的组的成员列表? (我的意思是通过函数进行复制,而不是手动导出和重新导入 CSV)
非常感谢,罗伯托·斯科蒂

【问题讨论】:

    标签: google-sheets google-apis-explorer google-groups-api


    【解决方案1】:

    现在是 2021 年,遗憾的是,我仍然找不到任何证据表明 @googlegroups.com 群组有 API。

    【讨论】:

    • 这可以说是一个可以接受的答案,但如果提供有关您检查过哪些来源以确认这一点的信息会更好。
    猜你喜欢
    • 2019-05-20
    • 1970-01-01
    • 2020-08-14
    • 2015-09-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多