Hi,. I am trying to program an application that uses the google spreadsheets. Using Delphi XE2 - Indy components - with XML support.
When retrieving the list of spreadsheets (after authenticating to the service with user, password). I am posting an 'Adding a list row' to a given spreadsheet. The post message is being compiled in code, using a. the given spreadsheet document link that was retrieved using the: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#ListingSpreadsheets from the GET call that I make I retrieve the spreadsheet location URL in the /feed/entry/content/@src b. an XML entry using the: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#CreatingListRows I am getting a "HTTP/1.0 400 Bad Request" For the POST message that I do. Where should I look for solution for this error?
