Hello, I'm about to develop an application where *several users* will insert rows in a given Spread sheet using the insert() method:
*com.google.gdata.client.spreadsheet.SpreadsheetService.insert()* (described here<https://developers.google.com/gdata/javadoc/com/google/gdata/client/GoogleService.html#insert(java.net.URL,%20E)> ) All the users are authorized using the same google account (the account of the drive where the sheet is host) Can there be concurrency issues (like data partially added or lost) with this workflow ? Is the API smart enough to handle these conflicts ? -- 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.
