recipe-create-presentation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create 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

步骤

  1. Create presentation:
    gws slides presentations create --json '{"title": "Quarterly Review Q2"}'
  2. Get the presentation ID from the response
  3. Share with team:
    gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'
  1. 创建演示文稿:
    gws slides presentations create --json '{"title": "Quarterly Review Q2"}'
  2. 从响应中获取演示文稿ID
  3. 与团队共享:
    gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "team@company.com"}'