asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
544 stars 152 forks source link

Unable to insert value in google spread sheet #79

Closed sumitdevl closed 8 years ago

sumitdevl commented 9 years ago

Hello Sir,

I am trying to insert value but i am getting error. "Fatal error: Uncaught exception 'Google\Spreadsheet\Exception' with message 'Error in Google Request: The Doclist API has been shut down. Please use the new Drive API, https://developers.google.com/drive/." please solve this problem. thank you

clumsydreams commented 9 years ago

If you are passing key/value pairs("key" => "value") then you should use lowercase keys with no space between words. For example: First Name should be typed as firstname.