Google Drive Page Not Found - Sorry, unable to open the file at this time

后端 未结 3 1841
自闭症患者
自闭症患者 2020-12-30 00:37

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:

3条回答
  •  抹茶落季
    2020-12-30 01:15

    I think you are logged in with two gmail account: That is why (/u/1,/u/0) may have been appended to script address (may be a bug).

    So what you have to do is remove /u/0 or whatever is appended.

    ForExample:

    https://script.google.com/macros/u/1/s/ffffsdds/exec becomes https://script.google.com/macros/s/ffffsdds/exec

提交回复
热议问题