Google script replaceAllShapesWithImage with image from drive doesn"t work any more
问题 Since yesterday one of my google script doesn't work anymore. The script take an image on the drive copie a slide replace a shape with an image But I got this error: "The provided image is in an unsupported format." -> I give all access to the image: it doesn't change anything -> The script work if I take an url outside the drive Any idea function test_image(){ var imageUrls = DriveApp.getFilesByName("DSC_3632.png"); var file = "undefined"; while ( imageUrls.hasNext()) { var file = imageUrls