Skip to content

Instantly share code, notes, and snippets.

@ThinaticSystem
Last active April 1, 2022 21:44
Show Gist options
  • Save ThinaticSystem/78ec9107e691c8c91eb1d476151e045e to your computer and use it in GitHub Desktop.
Save ThinaticSystem/78ec9107e691c8c91eb1d476151e045e to your computer and use it in GitHub Desktop.
ShareXでMisskeyのドライブへアップロードするやつ
{
"Version": "13.7.0",
"Name": "Misskey Drive",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://misskey.io/api/drive/files/create",
"Body": "MultipartFormData",
"Arguments": {
"i": "YOUR_ACCESS_KEY",
"folderId": "ShareX"
},
"FileFormName": "file",
"URL": "$json:url$",
"ThumbnailURL": "$json:thumbnailUrl$"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment