I'm a trial lawyer rather than a programmer, so please forgive in advance my ignorance about programming; I don't know my Java from my Python from my cURL, but I generally figure out how to get things done.
I have made an app using FileMaker Pro, and I would like it to work with DropBox.
In particular, when a user highlights a record in FileMaker Pro, I would like FileMaker Pro's web viewer to display the document via a URL to DropBox.
I am able to do this if I get individual shareable links, file by file, but that is too slow.
So I've spent hours reading about and trying to implement the feature called /create_shared_link_with_settings.
I set up a DropBox app, and got the token, etc.
I get really, really close, but not quite success. The closest I've come is to get an error re "shared link already exists." (The exact message was, "{"error_summary": "shared_link_already_exists/..", "error": {".tag": "shared_link_already_exists"}}.")
I found an article on how to fix it, but it was over my head. (https://stackoverflow.com/questions/46514268/shared-link-already-exists-dropbox-api-v2)
Can someone out there please layout exactly what my Filemaker Pro "insert from URL" script should say for a given FILE NAME and a given FILE PATH? I'm so close, it's driving me crazy, and I figure it's super simple for someone out there.
Thanks in advance.
Cordially,
Walter Whitman Moore