Search code examples
google-apps-scriptgoogle-apps-script-editor

Can't log in to Google Apps Scripts


I'm using multiple Google accounts. In one of them (not default) I created Google Spreadsheet file and I want to create Script connected to it. Nothing complicated. But the problem is that after clicking Tools > Script Editor I'm being redirected to default user or I see this screen:

Sorry, unable to open the file at present

The same problem I have when trying to use: script.google.com

What can I do to enable Script editor?


Solution

  • I know you asked this 9 months ago, but here is my solution;

    • Sign out of all google accounts except the owner of the spreadsheet
    • You can now access the scripts and macros pages (go there)
    • Create a bookmark of them (this saves which profile is logged in)
    • Now sign back into all your profiles
    • Voila!

    You will be able to access the scripts or macros via the bookmarks without getting the error page.