emacs-oauth2-auto icon indicating copy to clipboard operation
emacs-oauth2-auto copied to clipboard

authenticating with Google throws ''Something went wrong'

Open lwiechec opened this issue 3 years ago • 1 comments

Hi,

I am trying to authenticate with google. When I do the following:

(require 'oauth2-auto)
(require 'aio)
(require 'dash)
(require 'alert)

(setq oauth2-auto-google-client-id "[REDACTED]"
      oauth2-auto-google-client-secret "[REDACTED]")

;; testing
(oauth2-auto-access-token-sync oauth2-auto-google-client-id 'google)

The browser displays the authentication page correctly, shows the name of the app that I would like to 'use' . But when I want to proceed, I can see this:

2022-08-18_09-02

I am using the latest commit from main branch.

Thanks for any help with that!

lwiechec avatar Aug 18 '22 07:08 lwiechec

I can't help you without a more detailed error message. I've tried to find a method to elicit one from the machine, but don't have any. Did you manage to solve this?

In any case, I'm working on getting emacs-oauth2-auto verified by Google, so at least users won't need to create their own apps. Maybe that'll solve this.

rhaps0dy avatar Sep 05 '22 11:09 rhaps0dy