I’ve already tried the sample application from the tutorial, but how can I add a row to an existing spreadsheet file from my php page?
What do I have to pass to the update function ???
What I want to accomplish is to insert a new row with some data after each form submit
You’re looking at the wrong api. You need the spreadsheet api at https://developers.google.com/google-apps/spreadsheets/ , not the Drive api