Hi - What are the conditions to receive a com.google.gdata.util.VersionConflictException? I have written a batch update routine using the Spreadsheet API and I got this Exception with the following Stack Trace:
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:620) com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564) com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560) com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538) com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536) com.google.gdata.client.Service.batch(Service.java:1454) com.google.gdata.client.GoogleService.batch(GoogleService.java:770) I'm guessing there are competing resources trying to update the same spreadsheet, but would like to confirm this is the only expected case. Thanks, Jon -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
