Closed GoogleCodeExporter closed 9 years ago
Do you get errors with the calls that make modifications when not made in batch
calls? That is, if you don't use batch do all the calls you are making succeed?
Original comment by jcgregorio@google.com
on 3 Jan 2012 at 2:30
Yes, when making calls like service.calendars.update(calendarId=calendar['id'],
body=calendar).execute(), it works as expected.
Original comment by cgam...@dorianstudio.com
on 3 Jan 2012 at 5:19
Currently being investigated, looks like an issue on the server side and the
client side. Client side issues have been addressed in
http://code.google.com/p/google-api-python-client/source/detail?r=ce0ec2c89f3d5f
a7935a639e51707c7bde9314e8 but batching is still broken for mutating requests.
Original comment by jcgregorio@google.com
on 6 Jan 2012 at 3:07
There was just a push to prod that fixed this issue.
There is still one outstanding issue with batch:
http://code.google.com/p/google-api-python-client/issues/detail?id=93
Original comment by jcgregorio@google.com
on 3 Feb 2012 at 12:16
Original issue reported on code.google.com by
cgam...@dorianstudio.com
on 2 Jan 2012 at 8:35