recipe-create-presentation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCreate a Google Slides Presentation
创建Google Slides演示文稿
PREREQUISITE: Load the following skills to execute this recipe:gws-slides
Create a new Google Slides presentation and add initial slides.
前提条件: 加载以下技能以执行此方案:gws-slides
创建一个新的Google Slides演示文稿并添加初始幻灯片。
Steps
步骤
- Create presentation:
gws slides presentations create --json '{"title": "Quarterly Review Q2"}' - Get the presentation ID from the response
- Share with team:
gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'
- 创建演示文稿:
gws slides presentations create --json '{"title": "Quarterly Review Q2"}' - 从响应中获取演示文稿ID
- 与团队共享:
gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'