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
