79505422

Date: 2025-03-13 04:35:33
Score: 1
Natty:
Report link
Thanks for TheMaster reply.
I add Slides service and test. I understand. 

but i rewrite my app to use advanced slides service is difficult...
Publish add-on script is very difficult.


function createPresentation() {
  try {
    const presentation =
      Slides.Presentations.create({'title': 'MyNewPresentation'});
    console.log('Created presentation with ID: ' + presentation.presentationId);
    return presentation.presentationId;
  } catch (e) {
    // TODO (developer) - Handle exception
    console.log('Failed with error %s', e.message);
  }
}
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Toshiyuki Kawashima