I have a problem developing with java spreadsheed api. I load a CellEntry set belonging to a worksheed, without problem. After modify some content of cells, I try to update them using a batch request but I get an error response similar to: 1)status code: 403 (its impossible because I received the cells using the same service, so has been authenticated t yet!) 2)status reason: If-Match or If-None-Match header required 3)status content: null.
I thought this API filled the http protocol fields required for requesting. The I'm puzzled with the response 2). I've been doing test with the official samples provided by Google an I have found the next error: If cell content to update contains formulas with internal references it works fine, but if, cell content contains formulas whit external references (to other worksheet for example) it doesn't work and you get an error like mine. I need to write formulas with external references. Has Somebody the solution? Thanks Josep --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---