-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
The current Slides tools 1 are all read-only (getText, find, getMetadata, getImages, getSlideThumbnail). It would be useful to also have write support.
Me and my team use Google Slides templates heavily and being able to programmatically create presentations, replace placeholder text, add slides, insert images/tables, and update formatting would save us a lot of manual work.
The tools I'm thinking of:
slides.create2 - create a new presentationslides.addSlide3 /deleteSlide4 /duplicateSlide5 /reorderSlides6slides.getSpeakerNotes7 /updateSpeakerNotes7slides.replaceAllText8 /insertText9 /deleteText10slides.addShape11 /addImage12 /addTable13slides.updateTextStyle14 /updateShapeProperties15
All of these map to existing Google Slides API v1 presentations.batchUpdate requests 16. The only scope change needed is presentations.readonly to presentations 17.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels