Alternatives to ScriptApp scope usage in GMail Add-on
Alternatives to ScriptApp scope usage in GMail Add-on
I'm trying to publish a GMail Add-on with a scheduler functionality and using the Google Apps Script's built in trigger functions to achieve the goal. However when I try to deploy the add-on I get the below error message.
Gmail add-ons may not request the https://www.googleapis.com/auth/script.scriptapp scope.
Is this the intended behaviour? Are there any workarounds to achieve the same without using trigger?
Without the scheduler the add-on would be pretty much useless...
Thanks for the insight tehhowch! Had been trying to crack this without success...
– WebHoundX
Sep 2 at 16:30
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Gmail add-ons are not really meant to activate beyond when the user has selected an email. They may change in the future, but for now that is what Gmail addons are used for. You can deploy a regular gsuite add on and still access Gmail services.
– tehhowch
Sep 2 at 5:46