For the "advanced upload case for "batch" uploading a large number of files" how do you specify root?
For this line:
DBFILESCommitInfo *commitInfo = [[DBFILESCommitInfo alloc] initWithPath:@"/output/path/in/Dropbox"];
initWithPath - I have tried @/, @"" and other combinations. They all fail with malformed path or other errors.
If I specify: @/ I get this error after the upload is done:
(lldb) po resultEntry.failure
{
".tag" = path;
path = {
".tag" = "malformed_path";
};
}
Thanks