Hi,
I've been using Google Calendar API a bit in the past months, to
develop a small application that transfers some data from some
planning application to Google Calendar.
It has worked so far, but since a few days, I receive the following
error message (stack trace included) :
com.google.gdata.util.ServiceForbiddenException: Forbidden
User has modified too many events today. Please try again tomorrow.
at
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Unknown
Source)
at
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(Unknown
Source)
at
com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown
Source)
at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown
Source)
at com.google.gdata.client.http.GoogleGDataRequest.execute(Unknown
Source)
at com.google.gdata.client.Service.delete(Unknown Source)
at com.google.gdata.client.GoogleService.delete(Unknown Source)
Does it mean I probably do something wrong that would do way too many
operations ? What is the limit of operations one user can do each
day ? If I use the Batch system (that didn't exist when I wrote this)
would it solve the problem (or more exactly : does one batch call
counts as one modification, or does it count still as X operations ?).
If this cannot be solved through the Batch system, is there any way to
work around that ?
Thanks in advance for your replies,
Regards,
Michael Sarton.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---