Hello, I am trying to add a new row and then attach a file to it using the smartsheet Node.js SDK.
The first part of this is no problem, I can add a row using the SDK without issue.
The problem is with uploading files, the post request from the smartsheet client takes a while to resolve and eventually I get the following error:
[Smartsheet] 2024-10-10T18:10:42.189Z[ ERROR] Response: Failure (HTTP NaN)
Error Code: NaN - Cannot read properties of undefined (reading 'status')
Ref ID: undefined
Any ideas what could cause this or how I could fix it?