-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required parameter is missing: response_type #240
Comments
@mankoff Could you let me know if you've customized any |
I've set I have not set |
More specifically, (setq org-gcal-client-id "nnnnnnnn-nnnnnnnnn.apps.googleusercontent.com"
org-gcal-client-secret "foo-bar--baz"
org-gcal-fetch-file-alist '(("https://calendar.google.com/calendar/ical/__email__/__private_string__/basic.ics" . "/path/to/local.org"))) |
I had the same issue. I'm not sure which steps are needed, but I solved this problem by adding myself as a test user on the OAuth consent screen. |
I'm using the latest
master
commit and I think I've followed the https://github.com/kidd/org-gcal.el#Installation steps correctly.When I run
org-gcal-fetch
my browser opens a window and displays an error message:I'm not seeing
Required parameter is missing: response_type
mentioned in any previous issues.The text was updated successfully, but these errors were encountered: