Is there a way to "Publish to the Web..." a Google Slides presentation programmatically?
Unlike Sheets, Slides takes in additional parameters for publishing. I am trying to figure out how to push the presentation programmatically and get the published URL for use in my application.
Any help is greatly appreciated.
I haven't found publishing feature using Google Slides API. For this, you may want to file a feature request.
Using Google Drive API, you may want to check Publishing revisions,
For Google Docs, Sheets, and Slides you can publish any revision to the web by setting the
published
property. If the file is created in a G Suite domain, thepublishedOutsideDomain
property indicates whether the revision is accessible by anyone or if it is restricted to users of the domain.
Watch the video of Google engineer discussing related tips and tricks for more information.