asimlqt / php-google-spreadsheet-client

A PHP library for accessing and manipulating Google Spreadsheets
Other
543 stars 154 forks source link

HTTP: 400 error on $listfeed->insert($row); #125

Closed GustavoA23 closed 8 years ago

GustavoA23 commented 8 years ago

Around 30 minutes ago (Without any changes to my code). Suddenly every attempt to insert a row returns a http 400 error code, Everything prior to inserting works fine (pulling list feed and getting values out of a spreadsheet).

MaxZhuravlev commented 8 years ago

Please check my issue - i think it linked to yours https://github.com/asimlqt/php-google-spreadsheet-client/issues/124

hokage4 commented 8 years ago

i'm beginner in php, plz can tell me step by step how u can insert into google spreadsheet i try many time but i failed

asimlqt commented 8 years ago

@GustavoA23 Is this still an issue?

If so can you paste an example of your code that fails?