View, download, and export
Need support with viewing, downloading, and exporting files and folders from your Dropbox account? Find help from the Dropbox Community.
I copy download links all day from the Mac Finder. It would be great to assign a key command so that you can highlight a file in your Dropbox via Mac Finder, and press a key command to copy the link instead of right clicking.
would anyone help me to make it work? please? I've done almost all steps but am stacked now...it did not finds the py file on the bin folder...I'm not sure it there to be fair. hahaha
Yes, you have to put the script in a bin folder in your home directory. Follow the instructions in the comment below the script to get it set up.
Another alternative is to buy BetterTouchTool and assign the Trigger Context Menu Item action to a keyboard shortcut in Finder.
@Gene_Parmesan I've been using your script for a few months now and it's such a game changer — thank you!! I've noticed two quirks that I thought I'd share, in case you see any obvious solutions:
In any case, grateful to you for putting this together!
thanks! I'll try this!
the thing is, I'm trying to find a way where I don't need to point my mouse at the file....only the keyboard highlight wold be enough...
I don't think it's possible to fix either problem, unfortunately @dhermanq. If the API can't find the file to create a shared link with (presumably because it's not yet fully uploaded), then that error makes sense. As to why it works when using the contextual menu item, I have no idea. Perhaps they're using another method which is unavailable to the Dropbox Python API. And the speed thing is unfortunate, but kind of comes with the territory of Automator/AppleScript. 😞
And @mbiaso you're right, I forgot that the BTT action uses the location of the cursor, not the Finder selection. You have to use Automator to get that, which means you're back using my script. So follow the setup instructions and hopefully it will work for you.
Would love this feature, think it will benefit al lot of workflows for people!
thank you, this is so handy!
Hi @Gene_Parmesan,
Migrate your code to use refresh token (together with the access one). Otherwise your script users will need access token update by hands quite often. Also cache the access token and wipe out all calls not related to the link receiving to speed up the process (every call - meaningful or not - takes time).
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
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!