I\'m using google scripts to deploy a web app. I\'ve done about 5-10 in the same account. When I try and run the web app/script, I\'m now getting: a \"Google Drive:
You need to add your organization domain to the URL
https://script.google.com/macros/u/1/s/ffffsdds/exec - does not work if you are logged-in with multiple accounts
https://script.google.com/macros/s/ffffsdds/exec - "/u/x" has been removed but it still used to redirect to https://script.google.com/macros/u/1/s/ffffsdds/exec and (1) problem remains when you are logged in (however it works if you are not).
The final solution
https://script.google.com/a/yourdomain.com/macros/s/ffffsdds/exec - "a/domain.com" has been added - it works when you are logged in to multiple accounts and redirects to
https://script.google.com/macros/s/ffffsdds/exec when you are not logged-in to the particular domain account