Hello dear gentlemen and ladies.
I’m following Nodejs tutorial and I’m stuck at Step 8 Create buffer section.
- What is
BUFFER_SIZEvariable? Is itsize.file? - What is
fileHandle? If it is the result of callingproject.uploadObject(...)function (which returns this objectUploadResultStruct { upload: { _handle: 3 } }) then what do I need to pass as afileHandle?fileHandle.upload._handle? -
this code throws this error
