You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2019. It is now read-only.
I was wondering if it's possible to retrieve the thumbnail through the API for sharex.
ShareX supports $ThumbnailURL on custom uploaders like
"ResponseType": "Text", "URL": "$json:data.img_url$", "ThumbnailURL": "$json:data.thumb_url$",Would it be possible to use an API function like the deletion one
"DeletionURL": "$json:delete_url$"but for the thumbnail?