Hello Box team,
I have an app on Bluemix which connects to Box using Node SDK API functions and does various functions such as upload, download, preview, list files etc. Besides this, I would like to have a feature to upload updates to the same file already present recursively every two minutes, that is create new versions to the already uploaded file via the API calls. I observed that the function available for this as in the link:
http://opensource.box.com/box-node-sdk/Files.html
uploadNewFileVersion(fileID, content, callback) → {void}
But I am not sure how to get the fileID of the intially created file inorder to recursively write to it and create new versions via Box API.
Kindly guide. Thanks,
Swetha Gangadharan