Last active
April 1, 2022 21:44
-
-
Save ThinaticSystem/78ec9107e691c8c91eb1d476151e045e to your computer and use it in GitHub Desktop.
ShareXでMisskeyのドライブへアップロードするやつ
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
{ | |
"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