Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add video upload support Chevereto #7429

Open
Dalethium opened this issue May 6, 2024 · 2 comments
Open

Add video upload support Chevereto #7429

Dalethium opened this issue May 6, 2024 · 2 comments

Comments

@Dalethium
Copy link

Chevereto now supports video uploads, It would be fantastic if ShareX could support that too, for that upload site.

https://releases.chevereto.com/4.X/4.1/4.1.0.html#links

@rodber
Copy link

rodber commented May 14, 2024

I'm available for any technical assistance needed for making this a reality.

@Dalethium
Copy link
Author

Dalethium commented May 14, 2024

{
  "Version": "16.0.4",
  "DestinationType": "FileUploader",
  "RequestMethod": "POST",
  "RequestURL": "https://DOMAIN/api/1/upload",
  "Headers": {
    "X-API-Key": "KEYHERE"
  },
  "Body": "MultipartFormData",
  "FileFormName": "source",
  "URL": "{json:image.url}",
  "ThumbnailURL": "{json:image.thumb.url}",
  "DeletionURL": "{json:image.delete_url}"
}

I've been using this as a custom uploader in the meantime. It works fine. Hopefully, this can help it be implemented a bit easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants