I have a headless google app script which performs some Drive operation on a timer.
I would like to publish it for distribution. But in order to do that, I need to expose some configuration values. What is the best way to do that?
I know I can fetch/store the values in UserProperties but how can I get the values from the user? Do I need to create a web app with a user interface for this?