Dropshare 5.48 and newer
Dropshare for macOS offers an application API that allows other applications to control Dropshare.
It is required to allow external applications to control Dropshare in the General preferences under "Integrations" first.
Integrations
The following applications already offer extensions or integrations to Dropshare:
Upload files, capture screen shots or shorten URLs right from Raycast. |
Upload Clop-optimised images with Dropshare right from your desktop. |
Upload files from Dockside, your friendly file shelf next to the Dock. |
Build an integration
To build an integration with Dropshare, the app offers an API for external applications.
The following functionality is currently available with the custom URL scheme dropshare5://
Action | Description |
dropshare5:///action/capture-fullscreen | Capture & upload full screen shot and |
dropshare5:///action/capture-selection | Capture & upload selection screen shot |
dropshare5:///action/capture-pretty | Capture & upload pretty screen shot |
dropshare5:///action/capture-recording | Capture & upload screen recording |
dropshare5:///action/upload?file=<path_to_file> Optional: &callback=custom-scheme:///dropshare-upload |
Upload file at given path with default connection (or show connection chooser if enabled). Optionally provide a callback parameter - Dropshare will call that with a "file" (equal to the provided file-parameter to the upload call) and a "url" parameter once the upload is finished. |
dropshare5:///action/shorten-url?url=<long_url> | Shorten URL with configured URL shortener |
Last updated: