Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets “还有吗?”;没有API以编程方式管理消费者googlegroups.com组“吗?”;?_Google Sheets_Google Apis Explorer_Google Groups Api - Fatal编程技术网

Google sheets “还有吗?”;没有API以编程方式管理消费者googlegroups.com组“吗?”;?

Google sheets “还有吗?”;没有API以编程方式管理消费者googlegroups.com组“吗?”;?,google-sheets,google-apis-explorer,google-groups-api,Google Sheets,Google Apis Explorer,Google Groups Api,在对这篇2014年文章的回答中 您会读到:“没有API以编程方式管理消费者googlegroups.com组”。 2018年的情况仍然如此吗 我试图按照帖子回答3中的建议进行操作,但收到以下错误消息: ReferenceError:“AdminDirectory”未定义。(第9行,文件“代码”) 其中第9行(及以下)为: 正在搜索以了解我找到的参考页的错误。使用该页面中的“trythisapi”表单,我得到了我提到的第一篇文章中报告的错误 如果“没有API以编程方式管理消费者googlegrou

在对这篇2014年文章的回答中 您会读到:“没有API以编程方式管理消费者googlegroups.com组”。
2018年的情况仍然如此吗

我试图按照帖子回答3中的建议进行操作,但收到以下错误消息:

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

其中第9行(及以下)为:

正在搜索以了解我找到的参考页的错误。使用该页面中的“trythisapi”表单,我得到了我提到的第一篇文章中报告的错误

如果“没有API以编程方式管理消费者googlegroups.com群组”这一说法是错误的,那么是否有指南可以在google工作表中复制我拥有的群组成员列表?(我的意思是通过功能进行复制,而不是手动导出和重新导入CSV)
非常感谢,罗伯托·斯科蒂

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