问题标签 [google-groups]

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.

0 投票
0 回答
510 浏览

java - 以编程方式代表 Google 群组发送电子邮件

我想知道是否可以,如果可以,如何代表 Google 群组发送电子邮件。

我正在使用 Google Apps,我目前有一个用户 no-reply@... 用于发送电子邮件(例如密码剩余)。但是我不喜欢这是系统中的实际用户,因为我觉得它应该只是一个组。

我现在使用的代码可以在下面看到

但是,如果我更改mailUsername为组名,则会出现以下异常

421 4.7.0 临时系统问题。稍后再试(HS)。k2sm18720682eep.15

0 投票
1 回答
220 浏览

google-groups - Google 网上论坛成员资格

我对新的 Google 群组有疑问。我需要新成员回答问题才能加入我的小组。如何在新的 Google 群组中提出会员问题?

谢谢。

0 投票
1 回答
86 浏览

javascript - Unable to determine the results of a Google Groups search using Javascript in a Chrome extension

I'm writing a Chrome extension that searches for posts in a Google Group whose subject lines contain a given character string. From the browser, using the search query "subject:", I get the search results: either 0 results or > 0 and I take different actions depending on whether results come up. The wrinkle is that if I simply fetch the page data for the results page using, say,

I just get obfuscated data and can't read it. If I can get a Document object back, then I can search for a certain classname, with something like doc.getElementsByClassName, that exists if and only there are non-zero results from the search.

0 投票
1 回答
285 浏览

android - 如何在 Android 上隐藏 Google Groups 移动网站上的导航栏?

对于我正在制作的应用程序,我们将 Google Group 放在 Web 视图中,以便我们可以使信息尽可能保持最新。

当我在 WebView 中加载 Google Groups 移动站点时,它会出现一个用于 Google+、Gmail、日历等的导航栏。我想知道是否有办法摆脱这种情况。我知道 Google Groups 有一大堆参数,您可以在 URL 中解析以对其进行自定义,但是我找不到一个可以摆脱此导航栏的参数。

这是加载了 Google Groups 的 WebView 的屏幕截图。我目前用来测试的网址是https://groups.google.com/forum/m/

在 Android 手机上加载的 Google 网上论坛

0 投票
0 回答
71 浏览

google-app-engine - 从 GAE 应用程序管理 Google Apps 域中的组

我正在使用 Python 和 Google App Engine 开发应用程序。这是一个在由 Google Apps for Business 提供支持的域中执行的应用程序。

我必须考虑的最重要的事情之一是 ACL(访问控制列表)。我的意思是,如果登录的用户是部门主管,例如,他/她可以看到比普通员工“更多的东西”。

管理它的最佳方法是什么?谷歌网上论坛?我应该检查哪个 API?

更新:也许不是编程解决的问题,而是配置参数。我对吗?http://support.google.com/a/bin/answer.py?hl=en&answer=2370108

提前致谢

0 投票
1 回答
415 浏览

java - 使用 HtmlUnit 抓取 Google Group 页面

我已经编写了上面的代码,用于抓取上述 URL 给出的 google 组页面,没有任何运气。我得到的是空的 div 和 span 元素。我已经尝试过使用其他 URL 并且工作正常,但使用 google 组页面它似乎不起作用。而且,甚至需要很长时间才能获得不受欢迎的输出。需要帮助。

0 投票
2 回答
1862 浏览

google-groups - Google Groups:检索用户的组列表

是否有一个 API 可以获取用户所属的所有 Google 组的列表(当然,在他/她的许可下),反之亦然(给定一个 Google 组,让所有用户成为该组的一部分)。

0 投票
1 回答
1489 浏览

gmail - 使用别名订阅时如何查看谷歌群组?

管理员将我的邮件地址添加到私人 google 组(邮件列表)。

我正确收到了邮件,通知我订阅了该组,其中包含一个查看该组中旧帖子的链接。

但是我的地址包含一个别名(例如 : firstname.lastname+alias@gmail),当我点击链接时,谷歌群组告诉我我没有订阅这个群组。

我认为这一切都与别名有关,但是如何查看来自该组的旧邮件?

PS:我不想用没有别名的邮件地址要求订阅。

0 投票
1 回答
982 浏览

google-groups - 获取 Google Group 成员的电子邮件发送状态

在一个组内(使用 web/gui),您可以在用户旁边看到“弹跳”、“未验证”等。有没有办法通过 API 获取这些信息?

使用 python,我可以使用 RetrieveAllMembers 来……检索所有成员。返回的 GroupMemberEntry 对象没有用户的“状态”(因为没有更好的词)。

我的目标是:1) 转储我域中的所有组 2) 检查组的弹跳地址 3) 向组所有者发送有关错误地址/用户的电子邮件。

我可以做#1 和#3。这是我需要帮助的#2。

0 投票
1 回答
443 浏览

php - Google Groups - Zend API - 设置访问级别

我正在关注的指南在这里 -> http://framework.zend.com/manual/1.12/en/zend.gdata.gapps.html#zend.gdata.gapps.groups.creating。我正在尝试创建一个组并为其分配一个“访问级别”,但没有关于可接受值的文档。

这是我写的脚本:

Gapps.php文件中“createGroup”的描述如下:

如果您在“角色和权限”下查看 Google Apps,则定义了 4 个访问级别:团队、仅公告、受限、自定义。我无法在 emailPermission 字段中发送成功将组设置为“自定义”以外的任何值的值。到目前为止,我可以发送“所有者”或“成员”,它选择“自定义”的访问级别,并在“向群组发送电子邮件”旁边选中“所有者”或“成员”。

有人熟悉这样做吗?仅供参考,您必须拥有超级管理员权限并启用配置 api 才能针对您的 gapps 域执行此脚本。