-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
[calendar] Fail in authorization to Google #171
Comments
I should add that I have conky painting a two week calendar on my desktop via gcalcli - and that is still working like a charm. |
I recently invalidated the api key so users are required to create their own api key from now. Until yesterday, the application accepted 100 users (you were lucky) and Google send me a mail titled as Immediate action required to fill out the verification page but I don't want to spend my time to make my app pass the OAuth consent screen verification. |
This is sad to hear - as your project is perhaps the most profound of all VIM plugins in the way you have organized the code and how well it functions. It is awkward to go back to the browser for my calendar needs. |
After playing around with various alternatives, I came back and gave it another shot. Here's what I get:
|
Please delete the |
Yohooo! Works. Thanks :-) You may want to update the Readme-md to refelct that (and the lack of the "Other" option and also point the GCS link to a URL that does not require registering a credit card to continue (like https://console.developers.google.com/apis/dashboard or some such). |
I'm not sure which link leads to credit card... patches welcome. |
is it the authorization error which @isene reported? now are there any method to solve it? |
I am having trouble following the directions here. Does anyone know if there was a change made to the api process between the time the README. here was written and now? For instance, after adding the Tasks api from the library, I do not see any ../auth/tasks in add scope. Only ../auth/calendar |
I am also experiencing the above issue - I can't find a |
I have written google apps before so getting to this point was relatively trivial. However there is no doubt that it isn't possible to get past the code point shown below (code safe to show b/c it is now invalid): I haven't had the time to get into the code and find out why pasting the code isn't working, but it definitely is not working through the regular plugin to authenticate the app using the oauth key at this time. details: in order to paste the key I did |
use the search function -OR- you haven't enabled that API yet |
I am getting this error. However, I can't tell if this is because this issue hasn't been solved yet or some other reason. I've tried all of the suggestions here as well as getting the most recent plugin. Is there anything that I am not doing? |
Has anybody gotten this to work recently? I always get the authentication failure in vim after going through the approval screens in Google and pasting in the resulting code. The API key is restricted to calendar and tasks APIs, and the oauth client config is scoped to allow basically all |
I have tried this in Neovim on Windows and apparently the calendar.vim sent out two separate authentication requests for the Calendar and Tasks API. Is this behavior expected? I replicated the process in WSL and the Google Calendar authentication went through. The events from my Google Calendar showed up correctly. So it could be a problem with the neovim build on Windows. |
FWIW it finally worked for me after adding myself as a test user in the GCP OAuth Consent screen. |
FWIW bis, if you're like me and having trouble getting your OAuth working, make sure you installed calendar.vim from our dear itchyny and not the fork from mattn, because his doesn't work (and he has the same README.md too, xD) |
Suddenly, today I got "[calendar] Fail in authorization to Google" upon refreshing my calendar.vim.
Then, when I search around, I find the important notice in the Readme.md here about a new way to authenticate via GCP, etc. But, when I use the GCP link provided, it give me a free trial and then asks for payment. Is it so that from now on, I need to actually pay to continue using calendar.vim for my Google calendars?
The text was updated successfully, but these errors were encountered: