kidd / org-gcal.el

Org sync with Google Calendar. (active maintained project as of 2019-11-06)
432 stars 47 forks source link

error_description Invalid code verifier #241

Open cashpw opened 12 months ago

cashpw commented 12 months ago
deferred error : (error "OAuth error.  Request: ((client_id . \"asdf-asdf.apps.googleusercontent.com\")                                                                                                                                                                                                                             
 (client_secret . \"foo\")
 (redirect_uri . \"http://localhost:35031/\")
 (code . \"bar")
 (grant_type . \"authorization_code\")
 (code_verifier . \"baz\"))
.  Response: ((error . \"invalid_grant\")
 (error_description . \"Invalid code verifier.\"))

This is on up-to-date code cloned directly from this repo. I'm not sure how to debug this further. I'll leave this hear in case someone else sees a similar error message.