This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FAQ | |
Why open a new window for the authorization? | |
Because if you load the contents of the auth page directly IN a sidebar (or script) using HtmlService, its buttons won't work because they've been cajoled. | |
Why not just the the access token provided by GAS Libraries? | |
Because lord only knows what that thing is scoped for. | |
How do I clear my token? | |
Pass ?reset parameter to the url, or call clearMyAuthToken() directly. |