Skip to content

Instantly share code, notes, and snippets.

@MattieTK
Created April 9, 2024 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattieTK/bddd7804f21d78a91c21d75724b9e0db to your computer and use it in GitHub Desktop.
Save MattieTK/bddd7804f21d78a91c21d75724b9e0db to your computer and use it in GitHub Desktop.
Raindrop.io ShareX Custom Uploader
{
"Version": "16.0.1",
"Name": "Raindrop",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "PUT",
"RequestURL": "https://api.raindrop.io/rest/v1/raindrop/file",
"Headers": {
"Authorization": "Bearer <apikey>"
},
"Body": "MultipartFormData",
"Arguments": {
"collectionId": "<collection>",
"file": "%mo_%d_%yy_%h_%mi"
},
"FileFormName": "file"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment