Hi folks,
I'm investigating what's involved in publishing an add-on for Google Slides.
Among other things the add-on would need to export the presentation. From what I can see,
exporting a document can only be done through the Drive API, not the Slides API.
Now, I added the
drive.file scope to my add-on (in addition to the
presentations one for the Slides API
), but I'm still not able to export the file using the Drive API. Looks like I would need the
drive.readonly scope, but that's a
restricted one, meaning I would to undergo a
security assessment that "may cost between $15,000 and $75,000".
Am I missing something? I just want to export the same presentation where the user has opened my add-on. I don't need access to any other Drive file.
Thanks
Mirko