-
Notifications
You must be signed in to change notification settings - Fork 216
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
Google calendar has exceeded quota #603
Comments
Google's daily free calendar quota is exhausted! Sync version: 2.7.6.0 Sync started at 09/25/18 12:17:51 AM Syncing from 09/15/18 to 09/26/19 Outlook ↔ Google Finding Calendar Entries 75 Outlook calendar entries found. Scanning Google calendar... The following error was encountered during sync:- ERROR: Unable to connect to the Google calendar. Operation aborted after 1 failed attempts! |
I've been digging into this a bit. By default, OGCS has an API key that's shared among all users. The quota is a million requests per day, but when we collectively exceed it, everyone will start getting this error. If you are a paid OGCS subscriber, you get separate credentials with guaranteed quota. Either it's a smaller pool of users, or the developer pays for increased limits on those credentials. You can get around this yourself by creating your own credentials.
That should be it! Now you won't have to worry about losing your ability to sync. |
Ron,
Thanks for the information. A couple of questions:
1. You do not have a “production” product yet, do you?
2. As your user base grows, the quota problem will happen every day for every user. Is that your intention?
3. How do you get a “paid OGSC Subscription”?
4. Is your product road map to have a limited feature version of the product that is “free”?
Kevin
|
Those are all good questions, but not for me. I don't have anything to do with OGCS development. I'm just an end-user like you, and this is based on my own observations. |
@kwagner115 As @ronisaacson says, he's not the developer but a helpful member of the user community - welcome @ronisaacson! To your questions:
|
My point was only I did not expect to pay for a product under development (or to eliminate a quota issue), and not any issue with it being an alpha / beta !
Kevin
|
Let's be clear, you do not have to pay for using OGCS. You can choose to donate if you appreciate the countless hours I have put in to developing it and want to encourage me to put more in. And if £10 or more is donated, as a thank you, the splash screen can be suppressed. This does not change the functionality of the sync, which is fully featured regardless of donations. For quotas, your options are a) wait for OGCS to automatically sync again when new quota is available (8 UTC); b) buy dedicated quota (Google controls quotas, not me); c) set up your own API keys Regarding not paying for products under development, does this mean you don't use Windows, Office, iOS, Android or any other product that has continual updates issued? If you find a product no longer being developed, you've found a dead product that no-one cares about any longer...and why would you pay for that? |
Thanks for the easy guide, solved my problems. |
@phw198 : I know this is closed but I run into the same issue as a developer of a sync app (TbSync for Thunderbird). Could you help me get around the limit for my users? How did you do the "pooling"? How did you implement the guaranteed quota? I am hit by surprise that I exceed the 1.000.000 request limit per day already. I did not find any information on what google will charge me, they only tell me I have to add a billing account to my project if I want to raise the limit. If you could share your experience, that would help me a lot. Thanks! |
Hello, Problem reached this very morning: might be a good idea to rise a "how to update you quota" screen when this error is catch by the program ? |
What? Quota is reached again? You cannot change the quota. It is a limit for the app, counting ALL users. Google doubled it a few month ago. Crazy... |
The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google. If you think you should have access, contact the developer ... |
One important comment! You have to make sure you also create at least one user in the OAuth Client ID. Then it works! |
To add on to the guide from ronisaacson, guyheyns and my experience (points 3.1,3.2,3.3) :
I also had some error in the final step (you could call it step 8.1), when your default browser is opened and an authorization url is sent to a port on the local host 127.0.0.1. The error was "This site can’t be reached". But that was taken care of after I checked the sync tab and found that I didn't clear a proxy setting. Cleared the proxy setting (because I didn't need it), the error was still there, but I could pick my calendar from the drop-down. |
V 2.7.6.0
Have received a message 3-4 times in the past month - google calendar has exceeded quota
https://support.google.com/a/answer/2905486?hl=en
The text was updated successfully, but these errors were encountered: