Search code examples
google-apps-scriptgoogle-slides-api

Function to get comments on Google Slide with Google Scripts


I can´t seem to find a way to get the comments made in a Google Slide. If anyone knows please let me know. Thanks


Solution

  • You have to use Drive API for this.

    If you make a call to Comments: list and provide the ID of your presentation, you will get the list of all comments in this presentation.

    Reference: