0

I'd like to get a thumbnail url of Google slides' page. I checked that I can get a first page's thumbnail url by

var file = DriveApp.getFileById('IdOfSlide') var url = Drive.Files.get(file.getId()).thumbnailLink However I can not get a thumbnail url of a page in the middle of a slide, like page 10 or so. Is there any way to get the thumbnail url of each page?

yukib
  • 453
  • 1
  • 4
  • 6
  • 1
    You can download the current the current slide from the file menu. – Cooper May 16 '17 at 13:14
  • Thank you for your advice! However, I'd like to get a thumbnail's link through Google App Scripts, because I plan to throw the slide's thumbnail to the slack's bot. – yukib May 17 '17 at 02:10
  • I found a helpful answer in http://stackoverflow.com/questions/31662455/how-to-download-google-slides-as-images – yukib May 17 '17 at 04:40
  • Thanks for the link. I didn't know about that I think I'll give it a try. – Cooper May 17 '17 at 13:10

0 Answers0