• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

  • 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 Custom Album

AnonHand

Chevereto Member
Is there a way to make ShareX post to a private album not just blankly to my profile? I cannot find information on this
 
Thank you for the reply but this still doesn't seem to help an image being uploaded to specific album, I specify album_id in ShareX parameters and nothing changes. Not sure what I am doing wrong
Did you succeed? I can't understand either. Added "album_id" to UploadersConfig.json - doesn't work.
 
How are you specifying the album id?
JSON:
{
  "Version": "16.0.4",
  "Name": "Custom-Chevereto",
  "DestinationType": "ImageUploader, FileUploader",
  "RequestMethod": "POST",
  "RequestURL": "http://site/api/1/upload",
  "Headers": {
    "X-API-Key": "key"
  },
  "Body": "MultipartFormData",
  "Arguments": {
    "album_id": "811"
  },
  "FileFormName": "source",
  "URL": "{json:image.url_viewer}",
  "ThumbnailURL": "{json:image.thumb.url}",
  "DeletionURL": "{json:image.delete_url}",
  "ErrorMessage": "{json:error.message}"
}
 
it worked, need to enter not the number, but id_encoded
------------------
But what's funny is that a test album was created, after I managed to upload, I cleared it and now the album is not in the list, although it is there and you can still upload to it. But it is not displayed in the list of albums.
 
Last edited:
Back
Top