I am developing an application with the Google Calendar API V3. I have doubts about the " use restrictions " provided by Google, as indicated here .
Google provided an error response for 4 usage restrictions.
From this application, the developer can set values in the API console to avoid 2 usage restrictions, namely: Daily limit exceeded and User speed limit exceeded .
Now, analyzing this with my application, I have the following doubts.
How are two other restrictions, namely: The speed limit is exceeded and the calendar limits set by Google are exceeded ? How can a developer deal with errors or avoid this earlier?
You can set user requests for 100 seconds for each user in the api console. However, this is not immediately reflected. In experimental testing, I set 5 requests / 100 seconds / user. Initially, I could make about 50 calls (changed each time) without any restrictions, and only after that, api calls were limited to 5 requests. This is how work works. Please clarify.
Sometimes I can make calls even higher than the Daily Quota Limit . Is it always possible? I set up 1000 calls per day and was able to make api requests even more than 1000 calls per day.
Thanks in advance.
source
share