0

I use google sheet API build a agent. This agent can save input data form anywhere to googlesheet . when the input data is a lot an error " Error writing to server "will occurs. There are 454 row and 144 columns in the input data. error detail info please see the screen shoot.enter image [enter image description here]1description here

Anybody can give me some help on this issue?

Thanks

gayang
  • 1
  • 1
  • Have you tried reading this? http://stackoverflow.com/questions/10896568/getting-java-io-ioexception-error-writing-to-server-at-getinputstream / http://stackoverflow.com/questions/31921426/error-writing-to-server – Android Enthusiast May 16 '16 at 09:20
  • Thanks for your answer. I will try this solution. – gayang May 17 '16 at 08:58
  • Okay. If you find the solution, please post it here. Thanks – Android Enthusiast May 17 '16 at 09:00
  • I have try the solution of http://stackoverflow.com/questions/31921426/error-writing-to-server. It seems that it not work. I add tow more field in /conf/server.xml file. maxHttpHeaderSize="8192" maxPostSize="67589953" – gayang May 17 '16 at 09:30

1 Answers1

0

I have resolve this issue . Maybe there are limit of the batch method of google. I split the cells to 10000 cells one batch. And call many time batch method. And then can resolve this issue.

gayang
  • 1
  • 1