I am trying to make a program that uploads files to folders in a format based on a JSON object. I would like the folder to be created in Dropbox if it doesn't exist and if it does exist then put the file there. Is there a upload parameter that allows for creation of folders or placement depending on availibility.
Main Questions:
- Can you specify an upload folder when using the filesUploadSession API?
- Can you create folders on the fly or in this workflow?
- What is the best way to check what folders exist already?
Any help would be greatly appreciated. I am in the research phase to see if this is even possible.