We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac84c0 commit 9b428aaCopy full SHA for 9b428aa
README.md
@@ -138,8 +138,10 @@ to the user.
138
}
139
140
141
-**Note:** In an Apps Script UI it's not possible to automatically close a window
142
-or tab, so you'll need to direct the user to close it themselves.
+If the authorization URL was opened by the Apps Script UI (via a link, button, etc)
+it's possible to automatically close the window/tab using `window.top.close()`.
143
+You can see an example of this in the sample add-on's
144
+[Callback.html](samples/Add-on/Callback.html#L47).
145
146
### 4. Get the access token
147
0 commit comments