Google Calendar PATCH method using Batch request giving 403 ratelimit error, don’t know why?
I’m using Google Calendar API to update google calendar events by using batch request I can perform delete and insert and update operations using batch request but when I use patch method using batch request im getting 403 RateLimit error, not sure why, other methods works fine in batch request but not in case for PATCH method.