This is a feature request/enhancement. I would love to see the ability to created a shared link with the CLI.
I share PDF proofs or other files with clients several times per day, and prefer to share with the filename set as an HTML link pointing to the Dropbox shared URL. The following is the manual workflow I currently use:
- Copy filename in Finder
- Paste filename in Mail
- Right-click file in Finder and select Copy Dropbox Link
- Select filename in Mail, right-click and select Link > Add Link, paste in the URL
Doesn't take long, but it's a couple back-and-forth trips I'd prefer to automate.
I was planning to implement this as a custom Alfred workflow (https://www.alfredapp.com/workflows/), allowing me to select the file in Finder, trigger the workflow on it to create an HTML link to the file in the clipboard, then paste into an email. Assuming the CLI supported creating share links, I could add a bash script step in the workflow to handle that portion of it.
This is a feature request/enhancement. I would love to see the ability to created a shared link with the CLI.
I share PDF proofs or other files with clients several times per day, and prefer to share with the filename set as an HTML link pointing to the Dropbox shared URL. The following is the manual workflow I currently use:
Doesn't take long, but it's a couple back-and-forth trips I'd prefer to automate.
I was planning to implement this as a custom Alfred workflow (https://www.alfredapp.com/workflows/), allowing me to select the file in Finder, trigger the workflow on it to create an HTML link to the file in the clipboard, then paste into an email. Assuming the CLI supported creating share links, I could add a bash script step in the workflow to handle that portion of it.