telotortium / emacs-oauth2-auto

Automatically stored and configured OAuth2 for Emacs
GNU General Public License v3.0
17 stars 5 forks source link

authenticating with Google throws ''Something went wrong' #8

Open lwiechec opened 2 years ago

lwiechec commented 2 years ago

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!

rhaps0dy commented 2 years ago

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.