Questions tagged [google-slides-api]

Google Slides lets you create, edit, collaborate, and deliver presentations using compelling themes and fonts, embedded video, charts, animations, and more.

Apps can integrate with the Google Slides API to create beautiful slide decks automatically from user- and system-provided data. For example, you could use customer details from a database and combine them with predesigned templates and selected configuration options to create finished presentations in a fraction of the time it would take to create them manually.

Important Links

451 questions
0
votes
1 answer

Google slide, Invalid requests[0].replaceAllShapesWithImage: The operation is not allowed on notes page element g19e33b833f_2_9

I create a shape on Gslide within text {{company_logo}}, but when I execute the request i get this message : Invalid requests[0].replaceAllShapesWithImage: The operation is not allowed on notes page element { "requests": [ { …
elhaj
  • 438
  • 5
  • 10
-1
votes
0 answers

Extract Published Link URL or Publish Code 2PACX### for a Google Slide

I was trying to write the code for extracting the Publish Link URL or 2PACX### code for any given Google Slide ID. I am using Google Apps Script to write this code. I am able to extract the Google Slide File ID, but unable to extract the code from…
-1
votes
1 answer

exporting google presentation in .net core to pptx

I am creating a presentation via Google.Apis.Slides.v1 in a C# project running on .NET 6. I downloaded the latest nugget package: Install-Package Google.Apis.Slides.v1 When trying to export the presentation as suggested by GPT and others. This is…
elitzur e
  • 65
  • 10
-1
votes
1 answer

Generate Google Slides from large Google Sheet

I want to create a Google Slide/s from a Google Sheet large table data, but I can't find a good example if it's even possible. I found only examples of "generating Google Slides from the Google Sheets" table containing 5-6 rows that fit the Slide…
-1
votes
1 answer

Is there any way to change a Google Slides presentation without reloading it?

I'm basically trying to build a game board. For simplicity's sake, imagine a Jeopardy! board. I'd like to be able to click on a square (imagine it says $200) and go to the question set for that square. Then, when I return to the main board, I'd like…
-1
votes
2 answers

google appsScript wait for batchUpdate results to take affect on slide

I'm using the Slides API in my appsScript to change a tables column size, when later I query the tables column width I still get the old values. When the script ends I can see in slides the table width has changed & next time I'll run the script it…
Yoni
  • 62
  • 1
  • 1
  • 6
-1
votes
1 answer

Script to Prevent Google Slides from Opening New Tab When Touched vs. Clicked

I created a digital Pop It in Google Slides with about 120 slides, which is Published to the Web from the File menu. Each slide has a transparent image overlaying it that is linked to Next Slide. When the user clicks with their mouse on the…
user14915635
  • 365
  • 2
  • 9
-1
votes
1 answer

How to create a button on google slide that will trigger the insert image option?

I would like to know is there any way to add a button to google slide that will directly trigger the insert image option, so that user can directly insert the image by only clicking the button without going to the insert option in the top, is it…
-1
votes
1 answer

Using Google Slides API to add/remove emails from custom website

Is it possible to use Google Slides API to enable me to take an email lets say admin@gmail.com from my custom 3rd party website and add it so they can view the presentation only? I would then hopefully have a checkbox on their profile on the site so…
-1
votes
1 answer

Google slides php, manage share settings

I've initialized the Google Slides PHP API and already created a presentation successfully. Now my question is: How do change the share settings of the created presentation?
-1
votes
1 answer

Google Slides: is there a way to start a function when a specific slide is shown

I need to start a Google Apps Script function whenever a specific slide is shown. For example: function xyz() should be called whenever slide #3 is opened. Is it possible?
-1
votes
1 answer

insert urls from google sheets into a google slides presentation

I have a bunch of URLs in a google sheets doc and I want to reference them in my current code so they will then insert into a google slides presentation. Here's my current code: var NAME = ("Price Changes, Earnings Revisions and F-GPE"); var deck…
-2
votes
1 answer

Interactive charts presentation in Google Slides

I'm looking for a way to have interactive charts built with D3.js or DC.js in Google Slides. Is there a way to develop interactive charts into a slide and having interactive support when doing a presentation? Farther question: Is it possible to…
-2
votes
1 answer

How to generate a copy of a google slide programmatically on a recurring basis?

I have a slide under URL:https://docs.google.com/presentation/d/1IGsdwhich is a source slide and cannot be "touched". Now, I want to programmatically make a copy of this source slide every week and save it under the name "slide_{timestamp}" in my…
-3
votes
1 answer

How to delete slides programmatically after the nth one in google slides?

I have code that is pulling rows from google sheet into google slide. However, I want to add logic which first deletes all slides after the 2nd slide, if there are any. Then, it should do all the manipulation(replace text stuff) below. How do I do…
1 2 3
29
30