自动化快速入门
构建并运行一个简单的自动化操作,用于创建 Google 文档并向您发送该文档的链接。
目标
前提条件
如需使用此示例,您需要满足以下前提条件:
- Google 账号(Google Workspace 账号可能需要管理员批准)。
- 一个能够访问互联网的网络浏览器。
设置脚本
如需构建自动化操作,请按以下步骤操作:
- 如需打开 Apps 脚本编辑器,请前往
script.google.com
。如果这是您首次访问 script.google.com
,请点击查看信息中心。
- 点击 New project。
删除脚本编辑器中的所有代码,然后粘贴以下代码。
点击“保存”图标 。
点击无标题项目。
为脚本输入名称,然后点击重命名。
运行脚本
如需运行脚本,请按以下步骤操作:
- 点击运行。
根据提示为脚本授权。如果 OAuth 意见征求界面显示此应用未经验证警告,请依次选择高级 >
前往 {Project Name}(不安全)以继续操作。
脚本执行完毕后,请查看您的 Gmail 收件箱,确认是否收到了电子邮件。
打开电子邮件,然后点击链接打开您创建的文档。
后续步骤
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-21。
[null,null,["最后更新时间 (UTC):2024-12-21。"],[[["This script automates the creation of a Google Doc and emails you a link for access."],["You'll need a Google Account and web browser to use this automation script."],["The script involves pasting provided code into the Apps Script editor and running it after authorization."],["Upon successful execution, you'll receive an email containing the link to your newly created Google Doc."],["Explore further options to extend functionalities with Google Docs, Sheets, and Slides or learn basic JavaScript."]]],[]]