Hi people,
I need to guide people from an external app (FileMaker Go) to the correct dropbox folder. I found something but it's probably a bit of a hack, and it only works with shared folders. I use
"dbapi-6://1/viewLink?url=" with the encryped path of a shared folder link. It works fine, the dropbox app activates and goes to the correct folder. But again, it's not documented and I would like this to work with folders within a shared folder. But looking at the list_files instruction in the API, it only has those encryped file paths for shared folders. So I'm looking for a way to drive the DropBox app to select one of those, using a similar simple URL method. It could be simple, but I'm a bit of noob in this dropbox API, and I just don't see it.