slides_getSlideThumbnail
Download a slide thumbnail from a Google Slides presentation to a local path by providing the presentation ID, slide object ID, and destination file path.
Instructions
Downloads a thumbnail image of a specific slide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local file path for the thumbnail. | |
| slideObjectId | Yes | Slide object ID. | |
| presentationId | Yes | Presentation ID or URL. |