Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
79 views

In the Google Slides API sample, it says to do a GET request: GET https://www.googleapis.com/drive/v3/files?q="mimeType=application/vnd.google-apps.presentation"&fields=files(id,name,...
Alan's user avatar
  • 27
Advice
0 votes
4 replies
58 views

I have an Add-On under review in the Google Marketplace. My Add-On runs in Google Slides and needs to access Google Sheets data to create various visuals in Slides. Specifically my Add-On pulls data ...
steeveesas's user avatar
0 votes
0 answers
40 views

I am facing a strange and inconsistent issue with theme application when generating presentations using the Slides API and an Apps Script helper function. My Goal: I'm building a service to generate ...
Antoine Gendron's user avatar
0 votes
1 answer
104 views

I'm trying to copy a Google Slides template using the Google Drive API with gapi.client.drive.files.copy, but I always get a 404 error, even though the file exists and is owned by the same account I'm ...
Jaime Gómez's user avatar
1 vote
0 answers
67 views

I'm trying to export all slides from a public presentation so that I use them in my program. I'm aware that I can simply use the URL https://docs.google.com/presentation/d/{PRESENTATION_ID}/export/...
Koaske Osaf's user avatar
0 votes
1 answer
83 views

I'm now oauth verification for the Slides add-on by google apps script. First, I use drive.readonly scope. OAuth Dev teams point use drive.file scope instead of drive.readonly. So I rewrite my app ...
Toshiyuki Kawashima's user avatar
0 votes
1 answer
130 views

I oauth verification for the Slides add-on. OAuth Dev verification point next mail. Minimum Scope Requirement You requested the following sensitive scope(s): https://www.googleapis.com/auth/...
Toshiyuki Kawashima's user avatar
0 votes
0 answers
134 views

I have a embedded google slides into an iframe. <iframe id="presentation-iframe" src={`https://docs.google.com/presentation/d/{presentationId}/embed`} width="...
akaparadox's user avatar
2 votes
1 answer
105 views

I have a slide file called 'Slide A'. The file ID is simply 'A00001'. There is another slide file called 'Slide B'. The file ID is simply 'B00002'. I want to add the pages from Slide B into Slide A. I ...
Devatim's user avatar
  • 371
0 votes
1 answer
84 views

I'm trying to turn Google Slides into PDF or IMAGE format, and I'm having a lot of trouble finding a solution that is not 10 years old and still working.
Pierre Marsaa's user avatar
0 votes
1 answer
117 views

I'm using Google Apps Script (SlidesApp) to dynamically generate a Google Slides presentation. On one of the slides, I need to mix text and a list. I prefer to keep these both within the same textarea ...
BlueCacti's user avatar
  • 11.1k
0 votes
1 answer
309 views

I am trying to update the chart dynamically that is embedded in a Google Slides, but it throws an error at me. This is the function that I came up with to replace some specific text that is placed in ...
Dula's user avatar
  • 1,424
0 votes
2 answers
618 views

EDIT: Final solution has been added as answer but I marked Tanaike's answer as solution as he pointed me towards the right direction. I'm setting up a Google AppScript to automate a bit of reporting. ...
BlueCacti's user avatar
  • 11.1k
0 votes
1 answer
474 views

I'm trying to use the Google Slides API to create nested bullet points within a paragraph. Currently, I'm able to create a paragraph with bullet points, but I'm struggling to create sub-bullet points (...
ZAID BIN TARIQ's user avatar
0 votes
2 answers
267 views

I am inserting a list of instagram handles from Google Sheets to Google Slides using Google Apps Script. The Google Sheets contains a list of instagram handles, such as @Apple, @Google, etc. For ...
steak's user avatar
  • 37
1 vote
0 answers
100 views

Following up with my previous question, now, facing an error when I use shared google drive with the service account having Manager privilege on that shared drive, it is failing during the image ...
nisakova's user avatar
  • 596
0 votes
0 answers
48 views

I am a bubble.io developer but ran into a problem I haven't had previously, trying to push data (just creating a new slide) from bubble.io to google slides using the following API: https://slides....
Interested's user avatar
0 votes
0 answers
62 views

i'm trying to get a specific version of google slides, for that i first of all get all revisions: creds = ServiceAccountCredentials.from_json_keyfile_name(credentials_path) drive_service = build("...
Sad El's user avatar
  • 69
0 votes
1 answer
46 views

I'm trying to make a block of code that colours numbers depending on the value. I know how to pull text but not numbers that can be affected with operations. I'm new so sorry if it's extremely easy! ...
Dingus Man's user avatar
0 votes
1 answer
630 views

Try to create a document in the same folder of the presentation but I seem to need to have the ID or name to get the ID of the parent folder and I cant seem to find any thing that does that. Nothing ...
Stanley Levine's user avatar
1 vote
1 answer
801 views

I have the following scripts to update the images in google slides, it works fine but sometimes it gives me 400 error, service account has a write permission to the drive/images and the presentation ...
nisakova's user avatar
  • 596
0 votes
1 answer
72 views

The solution provided in this answer is correct but in my experience, a slide in 4:3 format will be saved as a pdf in the 16:9 format, which scrambles the contents. How can I save a Google Slide to ...
seinecle's user avatar
  • 11k
-4 votes
1 answer
373 views

I wanna switch to a service account to remove access token duration. However, I can't find the quotas here. Do quotas for Service Account are the same than user account and (actually 60) requests per ...
Totopoildo's user avatar
0 votes
1 answer
151 views

I have a slideshow on Google Slides running as our cafeteria slideshow. Recently, I got a Weather API to work and regularly update, using a linked chart. The chart and slide now updates automatically. ...
Jerry Wells's user avatar
0 votes
1 answer
251 views

I've created a text content placeholder in Google Slides by editing the Google Slides theme. I'd like to dynamically insert content into that placeholder and to do that I need to know the placeholder ...
Takeshi Patterson's user avatar
1 vote
1 answer
211 views

I'm new to google App Script. I made this script for copying a template slide show and after the copy is made i fill it with tekst of a google sheet. When it's ready I want to make screenshots of the ...
aaron's user avatar
  • 13
0 votes
1 answer
2k views

in Google Slides you can add a Table and each Column in said table can be configured to a certain length in my case i want each column to be column1: 50pts column2: 200pts column3: 30pts column4: ...
Aspectx's user avatar
0 votes
1 answer
414 views

I have a google slide presentation with a slide and a rectangle. The rectangle serves as a placeholder and will be replaced by an image. I have followed this tutorial on how to replace the shape with ...
zvz's user avatar
  • 193
0 votes
1 answer
633 views

I have looked through the documentation of Google Slides API, but I can't seem to find the section where you can insert a text with hyperlink. I am using python for integrating the API.
zvz's user avatar
  • 193
2 votes
0 answers
2k views

When you add a GIF to Google Slides, it will play even if you are not on the slide that it lives on. If you refresh the page, you will see that the GIF starts to play in the thumbnail. Therefore, when ...
Duane Cardinez's user avatar
1 vote
1 answer
339 views

I am trying to generate slideshows automatically on Google Slides via the api in python3 and this involves uploading a graph to a particular slide. I created a service account with the slides and ...
thecreamybeige's user avatar
1 vote
1 answer
210 views

I'm studying google slide API on laravel framework now. i want to create a simple template at first but i stuck. i got this error. { "error": { "code": 401, "message": &...
ferdinand's user avatar
  • 419
0 votes
2 answers
7k views

I'm new to this so please bear with me! As the title states, I am trying to link a Google table to Google Sheets. I copy/pasted the table into Google Slides and linked it to the spreadsheet. Without ...
ForFunLearning's user avatar
-1 votes
1 answer
153 views

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 ...
elitzur e's user avatar
0 votes
1 answer
221 views

Does Google Slides have a 'next slide' event or trigger? PowerPoint (via Microsoft has a next-side event/trigger that a PowerShell script can listen for, so you can automate a task as each slide is ...
Jibun no Kage's user avatar
0 votes
1 answer
294 views

Basing a script off of this tutorial - https://spreadsheet.dev/convert-each-row-google-sheets-into-slide-google-slides-apps-script, works perfectly fine. However I'm trying to populate a hyperlink as ...
sixfiveoh's user avatar
1 vote
1 answer
298 views

I have a map of slide numbers with an array of associated variables. const slidesMap = { 0: ['firstName', 'date'], 10: ['diversityScore', 'diversityDef', 'butyrateEfficiency', '...
kaiak's user avatar
  • 1,889
1 vote
1 answer
103 views

I am trying to freeze the shape color in google slide. So, if the user changes the theme, the shape color should not change. I understand google sheet support Theme and RGB type. I am using below ...
Amira Muzaffar's user avatar
1 vote
1 answer
145 views

I have a NodeJS app I am writing that will manipulate slides in my Google Slides Presentation. I am trying to reorder all the slides in my Google Slides presentation at one time. I keep getting this ...
dmikester1's user avatar
  • 1,487
0 votes
0 answers
186 views

I' m trying to repetetive presentation with Google Slides starting from the events on Google Calendar using an API. I was able to replace some text, but I'd like to delete all the text after the last ...
HonoraryPants's user avatar
0 votes
1 answer
850 views

I am using PyCharm Community Edition 2022.1, with Python 3.10 interpreter. I am trying to use the google-api-python-client to add elements to a Google Slide. I've tried import googleapiclient, but it ...
Among Us's user avatar
0 votes
1 answer
154 views

I have two scripts that work well separately but I need to combine them. What I am trying to achieve is that from a Google Sheets, someone will run a script and: A copy of a master Google Slides deck ...
coffee709's user avatar
1 vote
1 answer
175 views

With the Slides API getThumbnail it is possible to generate a thumbnail of a specific slide/page (pageObjectId) of a specific presentation (presentationId): GET https://slides.googleapis.com/v1/...
MOS's user avatar
  • 123
1 vote
1 answer
166 views

The service was working fine, but 48 hours ago this problem started. I have a backend application running, I receive a POST request with a list of slides id´s to remove from a google slides ...
Carlos Membreño's user avatar
0 votes
1 answer
284 views

So, I asked ChatGPT to create a rectangular grid using Google Apps Script within Google Slides. Here are the parameters I gave it: The grid has 5 columns and 4 rows, with each rectangle being no more ...
user14915635's user avatar
1 vote
1 answer
250 views

I have a Google Slide where Slide1 has Layout by name "Layout1" Slide2 has Layout by name "Layout2" Slide3 has Layout by name "Layout3" I want to modify the slide ...
Code Guy's user avatar
  • 3,198
1 vote
0 answers
132 views

I can't change the theme of the presentation using the google slide api in a react application. How to change the theme when creating the presentation. Thank you for your help. ` function ...
aloy's user avatar
  • 11
0 votes
1 answer
667 views

I store in a Google Sheets table some data about quotes, which I inject in a Google Slides (duplicate of a template). My script works replacing the placeholders with the cell content and injecting ...
jdsr's user avatar
  • 29
0 votes
1 answer
94 views

I am using the Google API Python Client to replace text placeholders with generated data. In this example, I detect all instances of "bar" and replace them with "foo", in all ...
MarcelD's user avatar
  • 115
0 votes
1 answer
639 views

I am working on a project that requires text to be aligned in the center of a text box on a google slide, using a google app script. The goal is to pull text from a google worksheet. Then pull an ...
MvD's user avatar
  • 3

1
2 3 4 5
10