How to test a Google Apps Script with multiple active users before publishing the addon?

爷,独闯天下 提交于 2020-07-03 07:44:46

问题


One of the General requirements for publishing an addon for Google Docs via Google Apps Script includes this line:

The script has been tested with multiple active users.

How does someone go about testing a script with multiple active users when the script hasn't been published and therefore can only be seen by the original author (i.e. one user)? Assuming it is even possible to accomplish in the first place, can I complete this task by myself or do I have to have other people involved?


回答1:


I'm currently testing an add on with someone else - in my case for Google Sheets. Create a goggle sheet and give them edit access. Then go to "Test as add on" and make a test using the document you created. Send them the link for the document after selecting it from the "Test as add on" modal (the URL indicates that the add on should be tested so it can't be the document's normal link).

Hope that makes sense! Seeing as this isn't pertaining to code however, I'd recommend you ask questions like these on the G+ community for Google Apps Scripts.



来源:https://stackoverflow.com/questions/32997284/how-to-test-a-google-apps-script-with-multiple-active-users-before-publishing-th

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!