macMikey / 4d-google-workspace

manage google docs and sheets
Other
4 stars 2 forks source link

error handling #2

Closed macMikey closed 1 year ago

macMikey commented 4 years ago
macMikey commented 4 years ago

Error : Access Token Failed - MIGHT be what we get when we get an expired token.

macMikey commented 3 years ago

(1) occurred b/c sheet name contained a / but we weren't URL_Escapeing the sheet name when building the query string.

macMikey commented 3 years ago

Also got a 404 when the token timed out, i think. maybe it was a 400. either way, error handling was not great.

macMikey commented 3 years ago

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

macMikey commented 1 year ago

0.1.0