I can't find a fully, runnable example. It's always just the code itself. I'm not even sure where I can run it. There's examples how to run it in Sheets and such, but not for Google Drive. I suppose I have to use one of the languages and run it locally? What's a full example that's executable to run Google workspace services code like DriveApp.
E. G. Let's take this following code https://stackoverflow.com/a/77115873/7215091 These are just a bunch of functions. You can't put them in a file and run them obviously. How do I run this code?
Okay it seems I really have to use Google Sheets or Google Forms to do this. What I figured:
source: https://hawksey.info/blog/2015/02/tutorial-interacting-with-your-google-drive-with-apps-script-including-parsingwriting-csv-files/