I have a published Web App Google App Script that has worked fine for several months, but just broke. I tried to share the app with a colleague so they could run it from their machines and not only could I not get it to work for them, but now it stops working for me.
In Publish\Deploy as a Web App, I have it set to Execute as Me and Anyone has access to the app. Underneath the box to execute as me, it says: "You need to authorize the script before distributing the URL."
After publishing the app, I have deauthorized and reauthorized the app. I have run the doGet(e) function and accepted the authorization. However, when ever I try to invoke the app from the dev or exec url, the console gives me the following error: Failed to load resource: the server responded with a status of 400 (OK) Uncaught NetworkError: Form submission failed.
I have not changed any code in the script. What other info can I provide to help diagnose? What else should I try?
I made a copy of the app and have the same issues.
UPDATE: It looks like this issue has been reported to Google (http://code.google.com/p/google-apps-script-issues/issues/detail?id=5189)