Yes, that's correct. -Vic
On Wed, Nov 16, 2011 at 12:32 PM, nrao <[email protected]> wrote: > Hi Vic > > I work along with Gopesh (who posted this topic). Yes you're right, we get > captcha errors once we hit more than 10 threads. > > What we do is something like this > SpreadsheetService service = new SpreadsheetService("appName"); > service.setUserCredentials(userName, passwd); > > So as I understand, what you're suggesting is, we can use the same > SpreadsheetService object in multiple threads in order to avoid these > captcha errors. Is that correct? Please correct me if not. > > NRao > >
