Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Walter Whitman Moore
5 years agoExplorer | Level 4
Filemaker Pro web viewer access to Dropbox via API and "insert from URL" command
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 thing...
Greg-DB
Dropbox Community Moderator
5 years agoThere isn't a way to have the API itself automatically perform logic and additional calls for you like this. The /2/sharing/create_shared_link_with_settings and /2/sharing/list_shared_links routes are distinct endpoints on the Dropbox API, and each require their own request from the API client (i.e., the code calling the API, such as your FileMaker Pro code in this case). You'll need to write your code with whatever logic, calls, and processing are needed for your use case.
It is worth noting that in some cases, the Dropbox API will return the information for the existing shared link in the 'shared_link_already_exists' error itself from the /2/sharing/create_shared_link_with_settings endpoint to begin with, but this isn't guaranteed to always be included, so you would still need to implement the code to call /2/sharing/list_shared_links anyway, for when it isn't.
Walter Whitman Moore
5 years agoExplorer | Level 4
I'm sure DropBox doesn't need any advice from me, but it sure would be nice -- and presumably increase sales -- if there were an easy way to access DropBox files in FileMaker Pro (which has many, many users) just as there already is in Microsoft Word. I'm sure someone at DropBox could come up with the code in a few hours or minutes, and it would create a huge potential market for people who manage terabytes upon terabytes of files using FileMaker Pro. Just sayin'. : )
- Greg-DB5 years ago
Dropbox Community Moderator
Thanks for the feedback!
- Walter Whitman Moore5 years agoExplorer | Level 4
My pleasure. IMHO, DropBox is far superior to other options (e.g., Box, Google Drive and OneDrive). It's easy to use, synchronizes files quickly and smoothly, and the "rewind" feature is terrific.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!