You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hey everyone,
I'm attempting to replace an image with the same exact image each time the script it run. The first time, I have it inserting the image, but since I have other text boxes and shapes being inserted, it gets overlapped. I have a way where I delete all shapes and text boxes before replacing them every time the script is run, but I don't think there's a way to delete images currently (unless I'm wrong, please let me know!!! This is what I have currently:
var image = SlidesApp.getActivePresentation().getSelection().getCurrentPage();