oauth2client.appengine should do non-transactional datastore operations.
Because the code falls back to default transactional behaviour, and
puts to it's own entity group (it's a root entity), it causes random
horrible cross-entity-group transaction errors.
https://developers.google.com/appengine/docs/python/datastore/transactions#Pytho
n_What_can_be_done_in_a_transaction
Original issue reported on code.google.com by a...@google.com on 13 Dec 2013 at 12:31
Original issue reported on code.google.com by
a...@google.com
on 13 Dec 2013 at 12:31Attachments: