While trying to build a app for dropbox I noticed that you don't allow use of folder ids in create_Folder_v2
For example like "id:asfd/newFolder"
instead to create a folder you have to do it like this
/parent1/parent2/parent3/newFolder
You guys have already implemented the use of ids in paths into other api calls so why not this one, as it would reduce the amount of string handling needed to be done by developers. Or have i just missed something that would allow the creation of folders in this way.
Thanks Austin