Hi all I am using spreadsheet api version 3, google app engine, and java. I am trying to make a spreadsheet from scratch and filling it with data through the api. I can make the spreadsheet, worksheet, and then a table, but I cannot add records to the table. I am doing everything exactly like described here: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html
When I add a record this is the result: com.google.gdata.util.ServiceException: OK Internal Error I have rewritten it three times now, and tried using the http protocol method, but the result is always the same. Need some help to fix this.. Thanks in advance.
