Sync failed: java.io.IOException: Unable to perform edit operation: ... java.io.IOException: Could not insert contact to Google: com.google.gdata.util.ServiceException: Service Unavailable Temporary problem - please try again later and consider using batch operations. The user is over quota.
It looks like only the first 382 records are pushed to Google before the error occurs. The records that do end up there look good (fields are mapped correctly and they sync down to an iPhone nicely), but this isn't going to work if I can't get the entire data set loaded.
From searching for the error message and from the recommendation to use a batch operation, it looks like too much data is being pushed up to Google too fast, but I'm not sure how to implement a batch load using Zulu. Can we control how many records are synced during each connection?
I'm hoping someone else has run into this and can give me some suggestions on how to get working. Thanks.