I have built a web app using Google Apps Script, and a lot of information from here, that writes data to a spreadsheet for me. All of the functionality is in the doPost() function and works fine in testing within the GAS environment.
I built a straight HTML, CSS, and Javascript web application to act as the UI front-end and it POSTs fine to the GAS web app ... until I add code to the latter, that is. Once I do that, I keep getting the old version of the GAS app.
I have updated the version, checked to ensure the key has not changed on me, waited 24 hours ... I am missing something fundamental. The only thing that works is opening a new script project, copying the updated code into it, publishing it, and changing the URL reference in my other code. Then I will see the changes.
Needless to say, this is getting tedious. Any pointers to where the problem lies?
Thanks in advance.