Last active
December 31, 2015 03:49
-
-
Save epramono/7929832 to your computer and use it in GitHub Desktop.
This action will upload a photo from your Photo library (which includes the Camera Roll, Photo Albums, and even Photo Stream) to a dedicated folder in Dropbox. The action will prompt you how you would want to name the new file, and will automatically resize the photo to fit the constraints of 600x600. Requires: Launch Center Pro 2.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
launch://dropbox/addphoto? | |
attach=photo:library& | |
path={{Apps/Screenshots}}& | |
name=[prompt-text:Name].jpg& | |
quality=100& | |
maxwidth=600& | |
maxheight=600 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment