-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Setup - Permissions not requested #63
Comments
I wonder if this is somewhat related to #61 (which I am also hitting) |
I'll close this until I can reproduce it. |
Okay, this is reproducible. Any new spreadsheet I bring into my corporation gives an error about permissions (yet never asks for permissions.). I have to manually put |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I first tried running the sheet (selecting either
Process now
), it failed, saying it had no permissions toSession.getActiveUser
.So I added
Session.getActiveUser().getEmail()
as the first line insidefunction testPermissions()
(index.gs
file), and this time it popped up asking me to approve access.I suspect that the async processing is not able to request permissions. ...yet it is strange that I'm the only one hitting this.
The text was updated successfully, but these errors were encountered: