views:

37

answers:

1

What exception would google app engine return if tried to add data in datastore that is already full?

+5  A: 

That would be an apiproxy_errors.OverQuotaError as described here.

tomlog