Closed macMikey closed 1 year ago
Error : Access Token Failed - MIGHT be what we get when we get an expired token.
(1) occurred b/c sheet name contained a /
but we weren't URL_Escapeing the sheet name when building the query string.
Also got a 404 when the token timed out, i think. maybe it was a 400. either way, error handling was not great.
Also got a 404 when we had a slash embedded in a sheet name. The error gets lost because getValues() and setValues() eat it and return null
0.1.0