Google Slides integration (Productivity, Design). Imported from open-connector.
https://www.googleapis.com/drive/v3/presentations
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | optional | The title of the presentation. If omitted, Google uses a default title. |
| locale | string | optional | The locale of the presentation, such as en-US or ja-JP. |
| pageSize | object | optional | The page size of the presentation. |
| presentationId | string | optional | The explicit presentation ID to create, when supported. |
/presentations/{presentationId}
| Param | Type | Required | Description |
|---|---|---|---|
| presentationId | string | required | Path parameter: presentationId |
/v1
| Param | Type | Required | Description |
|---|---|---|---|
| presentationId | string | required | The presentation ID. |
| requests | array | required | An array of JSON-like objects. |
| writeControl | object | optional | Write control options for a Slides batch update. |
/presentations/{presentationId}/pages/{pageObjectId}
| Param | Type | Required | Description |
|---|---|---|---|
| presentationId | string | required | The presentation ID. |
| pageObjectId | string | required | The page object ID. |
/files/{templatePresentationId}/copy
| Param | Type | Required | Description |
|---|---|---|---|
| templatePresentationId | string | required | The presentation ID of the template presentation. |
| newTitle | string | optional | The title for the copied presentation. |
| parentFolderId | string | optional | The destination Google Drive folder ID for the copied presentation. |