问题标签 [google-apps-for-education]
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.
ruby-on-rails - 如果缺少单个 MX 记录,电子邮件会被丢弃吗?
我想使用 Google Apps 为您的域设置电子邮件,但由于我可以输入的主机记录数量的限制,我只能输入 6 条必需的 MX 记录中的 5 条(我正在使用 Zerigo DNS 来托管我的 DNS 记录):
aspmx.l.google.com
alt1.aspmx.l.google.com
alt2.aspmx.l.google.com
aspmx2.googlemail.com
aspmx3.googlemail.com
aspmx4.googlemail.com
aspmx5.googlemail.com(不包括这个)
如果最后一条 MX 记录丢失,电子邮件会被丢弃吗?不包括最后一个 MX 记录有什么影响?
mobile - 如何将 ADFS 与 Google Apps 一起使用,同时仍允许在移动设备上使用 gmail
我一直在问谷歌,但无法给出答案:
我想为我的组织在本地实施 ADFS 服务器。这将是所有应用程序、内部和 DMZ 以及合作伙伴的 SSO 位置。在这种情况下,Google 是合作伙伴(企业应用程序)。我们希望 ADFS 页面使用 SAML2.0 向 Google 进行身份验证。我知道这是可能的。
我的问题是这对将 Gmail 邮件和日历添加到移动设备的用户有何影响。我是否必须以某种方式将用户名和密码与 Google 同步,还是它仍然可以工作?
google-apps-script - 将我的应用程序发布为 Web 应用程序时出现问题?
我们的组织正在使用 Google Apps for Edu,并且正在编写一些我们通常只能从管理应用程序/控制台执行的操作,所以我猜正在开发的脚本/应用程序将需要特权“权限”。
我尝试使用“部署为网络应用程序”屏幕中的所有组合(发布 => 部署为网络应用程序),但应用程序 URL 显示我们的 Google Apps for Edu 登录屏幕,我认为这是因为我在做像 UserManager 这样的管理工作。创建用户()。
我想知道评委现在如何能够访问我的应用程序,或者可能错过了什么
google-apps - 需要知道 Google 群组是在 Google Apps 域中由管理员管理还是由用户管理?
我正在使用 Google Apps Provisioning API 来使用 Google Apps 域组设置。我已经获得了域中所有组的列表,但我需要知道特定组是用户管理的还是管理员管理的。
我看不到任何获取该信息的方法。如果有人知道这一点,我会在这里需要一些帮助。谢谢 :)
google-apps-script - Google Apps 脚本和共享联系人访问 Google Apps for Education
有谁知道是否可以通过 Google Apps 脚本访问 Google Apps for Education(或企业)域上的共享联系人?我目前正在使用共享联系人脚本 () 来管理它们,但它相当乏味。
我们目前有 2 个 Google Apps 域(一个用于员工,一个用于学生)。员工出现在学生域中的唯一方法是将员工添加到学生域上的共享联系人中。同样,学生出现在教职员工域上的唯一方法是将学生添加到教职员工域上的共享联系人中。
如果能够通过 Google 电子表格和每天运行一次的应用程序脚本来管理所有这些,那就太好了。
google-apps-script - 根据 DocList 在 Google 站点中嵌入表单列表
我使用在 Google 站点中嵌入 Google DocList 中给出的代码 将文件列表(取自 Google 驱动器中的文件夹)嵌入到 Google 站点的页面中。我想知道,是否有办法修改输出页面上的链接,以便它们指向电子表格的实时形式,而不是脚本中设置的电子表格模式。
php - 带有 curl 的 Google Apps 日历忙/闲查询 POST
我正在尝试在 Google 资源日历(Google Apps)上进行空闲/忙碌查询。Freebusy 查询的 API 文档提供了有关请求的以下说明:
HTTP 请求:
请求正文结构:
这是我的尝试,使用 curl:
我的问题: $data 不打印任何内容。
我是 PHP、curl 和 Google Apps Calendar API 的新手。我很想你能提供任何帮助/课程/建议!
google-apps-script - Using sendEmail with second alias from getAliases()
I have several aliases associated with my Google Apps for Education account at work. getAliases gets them all, which is nice, but when I try to send an email from them using sendEmail, it only seems to work with the first alias, which is my personal one. If I try it using any alias other than [0], nothing happens, and I don't get an error.
google-apps-script - 更改 pdf 和非 google 文档的 acl(EDU 域)
我在尝试从 Google Apps 脚本(Google Apps for Education)更改文件所有权时收到此错误:
GDataServiceException
您还不能更改此项目的所有者。(我们正在努力。)
相同的代码适用于 Google Apps for Business 域。EDU 域有限制吗?