Hi,
I have a web application that uses PHP and the Google Spreadsheet Client library <https://github.com/asimlqt/php-google-spreadsheet-client> to add rows to spreadsheets. We use an older version of the PHP library, 2.3. All has been going fine for months, but as of Friday, August 5th, 2016 around 1:00 PM, we started getting a "String could not be parsed as XML" error for every row we try to add. Here's part of a stack trace: 0 ... /lib/google-api-spreadsheet/src/Google/Spreadsheet/ListFeed.php(44): SimpleXMLElement->__construct(' 1 ... /lib/google-api-spreadsheet/src/Google/Spreadsheet/Worksheet.php(135): Google\Spreadsheet\ListFeed->__construct(' 2 ... : Google\Spreadsheet\Worksheet->getListFeed() It looks like it's not even able to get the list feed. Did something change at Google on Friday afternoon to make all of our attempts to connect to a sheet and add a row fail? Has this been happening to anyone else? How do I fix it? Thanks, Doug -- You received this message because you are subscribed to the Google Groups "Google Spreadsheets API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
