Hello All,
I am new to this forum.
I am recently using Google spreadsheet API for creating spreadsheets and
store data on them.
I have followed the entire tut with specifying oAuth scopes and enabling
drive sdk.
I am successfully able to create a spreadsheet and add a worksheet too,
but when I try to add a new row its gives me a exception : {"The remote
server returned an error: (400) Bad Request."}
Moreover, I am also able to delete and update a row if I add one manually
on the spreadsheets, so I don't understand what is wrong in my code (or if
their is error on google server side?).
Also,the version 3 of API is just released and their isn't any support
on the bugs from Google admins/developers.
Anyone knowing plz help!!
Thankx in advance.