Answer the question
In order to leave comments, you need to log in
Why doesn't getById work in Google SpreadsheetService but getByTitle works?
Tell me what could be the problem:
This works:
(new \Google\Spreadsheet\SpreadsheetService)
->getSpreadsheetFeed()
->getByTitle($new_file->name);
(new \Google\Spreadsheet\SpreadsheetService)
->getSpreadsheetFeed()
->getById($new_file->id);
Google\Spreadsheet\Exception\SpreadsheetNotFoundException "No message"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question