Replacing text & images with the Google Slides API
For the first time, Google Slides has an API, and we’re going to show you how to use it! In this video, you'll see how to programmatically generate a slide deck. In particular, we’ll start with a title slide template & company icon in a Google Drive folder. The template contains placeholders for a presentation name and an image, like a corporate logo. We’ll then walk through a simple script copying the template & replacing the placeholders w/the presentation name & product icon. This will be enough knowledge transfer so that you can start generating your OWN presentations using the Google Slides API!
Overview of the Google Slides API: https://goo.gl/vdnrhw
Common operations and API samples: https://goo.gl/irJqH5
Slides API reference documentation: https://goo.gl/XQJRw4
Slides API Python quickstart: https://goo.gl/qcQqAq
Deeper dive code review of script used in this DevByte: https://goo.gl/pi912I
Slides API pre-launch announcement at Google I/O 2016: https://goo.gl/P3K8Ze
Slides API launch announcement (Nov 2016): https://goo.gl/LQY4su
Slides API developers launch announcement (Nov 2016): https://goo.gl/vdbc0L
Slides API documentation home page: https://goo.gl/OBB1f8
“Setting up new Google API projects” DevByte video: https://goo.gl/grggHA
Google Developers Console: https://goo.gl/SScK0M
Google APIs Client Libraries: https://goo.gl/XYcDxm
“Common Python code walkthrough” DevByte video: https://goo.gl/1KFUif
Launchpad Online developer video series: https://goo.gl/X0hytP
Watch more videos from The Google Workspace Dev Show: https://goo.gl/lmuovb
Subscribe to the Google Developers Channel for new episodes of the G Suite Dev Show: http://goo.gl/mQyv5L
#GoogleWorkspaceDevShow