You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating my dependencies I got an inexplicable ERR_BAD_REQUEST (400) response when trying to create new google spreadsheets through createNewSpreadsheetDocument. I tried doing the same from RunKit (where every npm module is installed) and there it did work with the same input. When I learnt that the RunKit uses 4.1.1 instead of 4.1.2 I downgraded my local package version and my issue was resolved. Here is my minimal reproduction code:
After updating my dependencies I got an inexplicable
ERR_BAD_REQUEST
(400) response when trying to create new google spreadsheets throughcreateNewSpreadsheetDocument
. I tried doing the same from RunKit (where every npm module is installed) and there it did work with the same input. When I learnt that the RunKit uses 4.1.1 instead of 4.1.2 I downgraded my local package version and my issue was resolved. Here is my minimal reproduction code:The text was updated successfully, but these errors were encountered: