简体   繁体   English

您如何强制用户在打开谷歌文档时登录?

[英]How do you force a user to sign in on opening a google doc?

I've run into a bit of a security issue with a project, and I want to force the user to automatically be logged out at the start of a session or prompt them to sign in with their credentials at the start of a session.我在一个项目中遇到了一些安全问题,我想强制用户在 session 开始时自动注销,或者在 session 开始时提示他们使用凭据登录。 For reasons I don't want to disclose, simply logging the active user's e-mail is not sufficient.由于我不想透露的原因,仅仅记录活动用户的电子邮件是不够的。 I'm having trouble finding a way to do this and was hoping someone on here knows how我很难找到一种方法来做到这一点,并希望这里有人知道如何

Google Docs is a SaaS product so you can't handle this process Google Docs 是 SaaS 产品,因此您无法处理此过程

The security of your Google Doc is fully managed by Google.您的 Google 文档的安全性完全由 Google 管理。 As a best effort you can take a look into Security best practices for administrator accounts in case you own a Workspace admin account.如果您拥有 Workspace 管理员帐户,您可以尽最大努力查看管理员帐户的安全最佳实践

The only thing you can do with it is trigger your doc by using simple or installable triggers as mentioned here .你唯一能做的就是使用这里提到的简单或可安装的触发器来触发你的文档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何强制 Google Doc 保存并关闭,然后再次打开以继续追加? (谷歌脚本) - How do I force a Google Doc to save and close, then open again to continue appending? (Google Script) 打开新页面时保持用户登录状态:Google登录 - Keep user logged in when opening new page: google sign in 为 Nextjs 中的每个身份验证用户创建一个 firestore 文档(仅使用使用 Google 登录) - Create a firestore doc for each auth user in Nextjs (only using sign in with Google) 在Google表格中,您如何更改用户看到的表格? - In Google Sheets, how do you change the sheet that the user sees? 您如何阅读 URL 中带有“&”符号的 hash? - How do you read a hash with an “&” sign in the URL? 如何调用Google字体API来强制显示Rupess Sign - How to call Google font API to force display Rupess Sign 如何在 Google Visualization API 中强制 dataTableToCsv 方法转义标签符号 - How to force dataTableToCsv method in Google Visualization API to escape the hashtag sign 访问通过社交注册创建的用户文档 - Access user doc created with social sign up 如何使用 google 登录创建用户 ID - How to create a user ID with google sign in 你如何强迫Ember重新渲染一个组件? - How do you force Ember to rerender a component?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM