GoogleJsonResponseException 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "Invalid requests[4].appendCells: GridCoordinate.rowIndex[1] is after last row in grid[0]",
"reason" : "badRequest"
} ],
"message" : "Invalid requests[4].appendCells: GridCoordinate.rowIndex[1] is after last row in grid[0]",
"status" : "INVALID_ARGUMENT"
} com.google.api.client.googleapis.json.GoogleJsonResponseException.from (GoogleJsonResponseException.java:146)
Hi!
When I try add rows
I get the following error
What am I doing wrong?