461 questions
5
votes
1
answer
982
views
Cannot create a presentation with PageSize on Google Slides API
I'm trying to create a new 4:3 presentation, not 16:9.
I read this reference and write some ruby codes, but it didn't work. The new presentation's height is different from what I specified.
Method: ...
4
votes
0
answers
130
views
Copy one slide from a google presentation into a new google presentation using API [duplicate]
Is it possible to copy inside an empty Google Presentation some slides from another Google Presentation using Google API?
0
votes
0
answers
305
views
Error thrown during batchUpdate for createImageRequest
While using Google Slides API request for batchUpdate request (ref: https://developers.google.com/slides/reference/rest/v1/presentations/request#createimagerequest), even when all images are valid, ...
1
vote
3
answers
7k
views
403 error with message "Google Slides API has not been used in project ... before or it is disabled"
I am trying to generate Google Slides from Google Sheets; have used Sheets script with no issues, but when I try to include Google Slides, after authenticating and getting Oauth permissions prompt, I ...
0
votes
1
answer
530
views
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 ...
9
votes
1
answer
2k
views
Control Google Docs embedded viewer with JavaScript
I need to control the embedded Google Docs viewer in my site. More specifically I need to be able to enable/disable the controls for Google Slides view and to be able to start/stop the presentation ...
7
votes
2
answers
2k
views
Can I get speaker notes from Google Slides by API?
I want to get speaker notes from Google Slides by API, but I could not find any fields for speaker notes.
For reference: Method: presentations.pages.get
What would be a good way to do this?
1
vote
1
answer
5k
views
Google Slide API how to replace text 'Click to Add Text'
After I use Google Slide API to create slides for me, I see text box with text saying 'Click to add Text' , 'Click to add title',
And same for 2 column sides, how can i set the text for the right '...
1
vote
2
answers
570
views
API for Creating/Editing Google Slides
Does Google offer a REST or Javascript API for creating and editing slides? I've been able to figure out how to interact with sheets and most of the other services offered as part of Docs/Drive, but ...
2
votes
3
answers
3k
views
Copy one slide from Google Slides into a new presentation using API
I wish to use Google Drive API for creating a new Google Slides, but with one slide copied from another previous presentation.
My question is, is that possible to build a new Google Slides and insert ...
12
votes
4
answers
14k
views
Automating Google Slides production
I'm wondering if there may be a way to programmatically create presentations in Google Slides. So for example if underlying data changes I can just refresh the deck without lots of copy paste for all ...