The current version of DropNet (1.8.2.0) seems to be handling the REST portion of things fine, but when I call the final CommitChunkedUpload to complete the upload, I get a dropbox error indicating that the path parameter was in the wrong format.
client.CommitChunkedUpload(upload, "/" + FolderName + "/" + FileName, true);
Leaving off the folder or changing where I want the file to be saved does not resolve things. If I leave off the filename then it tries to save the folder as a file with no contents but does not throw the error.
Am I missing something in the syntax?