Closed ardani closed 7 years ago
Hi,
It seems that some changes were introduced to the api or the google/api client that now raises an exception if we try to delete row/column that does not exists. Something that I need, because I don't calculate on the fly the number of translations submitted to the sheet.
Anyway, until I implement a more elegant solution, I just catched those exceptions on the delete operations. You need to pull the v1.1.1 version to get the fix.
Hi @nbourguig today im trying to push translation and i got an error like this [Google_Service_Exception]
I tried to solve by adding row manually in google sheet and it worked, but when I tried to push the translation again, I got the same error because columns in google sheet are limited again. i think can we add some spare row and column for it?
thanks