I'm using Symfony 3.2 (PHP Framework) and Google API for Manage Google Spreadsheet using code.
I use google/apiclient
, and asimlqt/php-google-spreadsheet-client
library for manage Google Sheets.
As usually, I also created Application in console.developers.google.com.
Everything is working perfectly, but when I add new columns in Google Sheets after that this issue is raised.
I deleted the Application from console.developers.google.com and re-create it also I create new spreadsheet - but same issue again.
I'm following this Document which mentions the issue but not how to fix it.