I have an add-on that is already published but I want to give it permissions to read and write data to one particular spreadsheet I have created; a database to manage my user information.Is there a way of doing that?
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/a67ed2be-94b1-4fff-848d-042154f9f4e3%40googlegroups.com.
There are a few options. But the best was I believe is you can create a web app that your add on interacts with through a post request. Then your web app can make the changes and send them back the information.
On Thu, Aug 22, 2019 at 1:25 AM Andrew A. <chis...@gmail.com> wrote:
I have an add-on that is already published but I want to give it permissions to read and write data to one particular spreadsheet I have created; a database to manage my user information.--Is there a way of doing that?
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.