Hello Andrea, Have you tried using batch request to update and create events? That will let your client application send less requests to the API which should prevent it from reaching the user's quota.
Best, Alain On Mon, Aug 29, 2011 at 1:40 AM, Andrea Mariottini < [email protected]> wrote: > I'm writing a CalDAV client to export my application's events into Google > Calendar. > The problem is when I have a lot of events and I do a lot of PUTs, the > Google's server blocks me for a while (it returns error 401 Unauthorized). > I think it understands the massive data flow as flooding. > > My application is updated periodically with a lot of events so I have to do > this export quite often. > How can I avoid this block? > Or if it is not possible, how can I tune the number of events per minute to > prevent flooding? > > Thanks > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
