Gmail Add-on: close popup authentication window when AuthorizationAction completes
Summary The core issue in the Gmail add-on authorization flow is a state management gap: after the OAuth callback completes, the popup window remains open with a static HTML message because the add-on UI (the CardService API) has no direct mechanism to communicate back to the parent card and request closure. The OAuth flow relies … Read more