Hi Yaroslav, This might be best asked in the forum for the JavaScript client library: https://groups.google.com/forum/#!forum/google-data-javascript-client
<https://groups.google.com/forum/#!forum/google-data-javascript-client>The Spreadsheets 3.0 API does support batch updates at a protocol level, but questions about how to exercise that protocol from a particular client library are best directed to the users of that library. I had a quick look at the reference for the Service class at http://code.google.com/apis/gdata/jsdoc/2.2/google/gdata/client/Service.html and it would seem at first glance that there are no methods which support batch update *in the client library*. But the users of that library may know better. cheers, David. On Tue, Apr 26, 2011 at 8:20 PM, Yaroslav Rybak <[email protected]> wrote: > Can we use GData and JScript for List Batch? > > http://code.google.com/p/gdata-javascript-client/ > > for update i use > > updateEntry: function(scope, entry, success, error){ > var service = new google.gdata.client.GoogleService(); > service.updateEntry(scope, entry, function(response){ > success(response); > }, error ? error : this.onError, google.gdata.Entry); > }, > > How i can do Batch? >
