Ok. Am i also missing the version number? if so, should i just add is in the
ajax's json like this ?
$.ajax({
type: 'POST',
url: url,
data:dataFile,
success: success,
contentType: dataType,
GData-Version:3.0
});
about authorization: My spreadsheet is completely public, do i still need to
authorize it? if so, how do i do that?
