google-apps-script

Google App Script - Sorry unable to open the file at present


I have a google script which I use to deploy a webapp. However, when i try to run the script by entering the url in mobile, the error shows up "Sorry, unable to open the file at present."

I know that this is an issue with mutiple google accounts on the device. But is there any workaround that is working as on today other than logging out of all accounts. I have gone through similar threads but none of the workarounds are working presently.

I tried opening the same link in incognito and the script runs successfully. Looking for a solution that enables to run the script without going incognito


Solution

  • I Finally found a working solution myself. adding /a/*/ to the webapp url is solving the issue

    https://script.google.com/a/*/macros/s/abcdefgh/exec