This is on our side, not yours — please try again shortly. If you would rather not wait, you can sign in with a Google key of your own below.
It is printed under the QR code on the panel.
Your EDGE is waiting. This takes one tap.
Google's screen says Emailfy — that is this app. (Google does not allow "Gmail" in an app name.) What it can see · Use your own key
For your own Google Cloud project — no shared app, no 100-user cap, and no warning about somebody else's app. Step-by-step guide (about five minutes, once). Create an OAuth client of type Web application with this exact redirect URI:
Google lets the normal sign-in serve only 100 people. This way has no limit: you make your own copy of a small sign-in script, in your own Google account, and switch it on. No coding — just copy, paste and click. About 3 minutes.
You should see: a new tab with a project called Copy of Gmail Connect. That one is yours — use it for the next steps.
You should see: the code now starts with Gmail Connect — your own sign-in script.
This is what tells Google the script needs your Gmail. It's the step people miss most — without it, sign-in fails at the end.
You should see: appsscript.json now has gmail.modify in it.
You should see: an Execution log at the bottom that says Gmail permission is on.
Google's warning names the app's developer. It should be your own email. If it names anyone else, stop — that isn't your copy.
Is "Anyone" safe? Yes. The script ignores anyone who doesn't have the secret your widget gets in the next step — and only this page can get it, once.
Loading…
The script only hands your widget a one-hour key to your mailbox, and only when the widget shows the secret it gets here. It never touches your mail itself. To cut it off, run resetSecret in it, or remove it at myaccount.google.com/permissions.
Handing the key to your EDGE.
Your inbox is opening there now. You can close this page.
The key could not be delivered automatically. Copy the string below and paste it into Gmail connection in the widget's settings in iCUE.
Treat it like a password: it lets whoever holds it read and send mail as you. Revoke it any time at myaccount.google.com/permissions.