Hello. I'm using the dropbox APIs (business) to build an app that is going to act as a service to save as well as retrieve documents.
How do I go about making all files under a certain root path shareable? I'm currently using the filesListFolder API method to list out files, but this only lists out the path. Sharing the root folder and concatenating the shared link for this root URL with the relative path of a document in a sub-directory does not seem to work.