• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

ShareX uploader with Video Support and Custom Album

Aznlilly

Chevereto Member
I found a github issue with a ShareX destination that fixes video uploads so I modified it for custom album support and error messages. Here it is if anyone needs it.

Github Gist - Custom-Chevereto.sxcu


JSON:
{
  "Version": "16.0.4",
  "Name": "Custom-Chevereto",
  "DestinationType": "ImageUploader, FileUploader",
  "RequestMethod": "POST",
  "RequestURL": "https://DOMAIN/api/1/upload",
  "Headers": {
    "X-API-Key": "PUT_KEY_HERE"
  },
  "Body": "MultipartFormData",
  "Arguments": {
    "album_id": "PUT_ALBUM_HERE"
  },
  "FileFormName": "source",
  "URL": "{json:image.url_viewer}",
  "ThumbnailURL": "{json:image.thumb.url}",
  "DeletionURL": "{json:image.delete_url}",
  "ErrorMessage": "{json:error.message}"
}
 
Back
Top