• 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

ShareX and V4

ShareX is a screenshot tool as far as I have just read.

What do you want to do with the php application within the software? The exact explanation of how something is used (in this case) is relatively crucial for a suitable answer.
 
I have this error I tried with the guest key and my profile key

Headers: Transfer-Encoding: chunked Connection: keep-alive permissions-policy: interest-cohort=() content-security-policy: frame-ancestors 'none' pragma: no-cache CF-Cache-Status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=6720LSbudHOoBV1ZQy9fSwZlMqBrc7Solop%2FN%2BT3fHn%2FQSsEOljZGeQYqszq8KXcl4wHMlDj%2FCRWb471xrOD6ny7qa7C2JlB16YMOO8IPR9DEa5h3WlX26EedlSoEPY1QZH7yLlZJOSCIsI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} CF-RAY: 7853b517bb5c153b-CDG alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400 Cache-Control: no-cache, must-revalidate Content-Type: application/json; charset=UTF-8 Date: Fri, 06 Jan 2023 10:18:02 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT Set-Cookie: PHPSESSID=h6ttk5u38v08l3pgeh7s0vk2jt; path=/ Server: cloudflare X-Powered-By: PHP/8.1.13 Response text: {"status_code":400,"error":{"message":"No key provided","code":100},"status_txt":"Bad Request"} Stack trace: à System.Net.HttpWebRequest.GetResponse() à ShareX.UploadersLib.Uploader.SendRequestFile(String url, Stream data, String fileName, String fileFormName, Dictionary`2 args, NameValueCollection headers, CookieCollection cookies, HttpMethod method, String contentType, String relatedData)
 
What am I doing wrong in sharex?
In postman, I can upload it, but in sharex I can't find the correct parameter.

Sharex version: 15.0 (latest)


1689296538534.png

1689296501558.png
 
It's working now. I think it was a bug in sharex

JSON:
{
  "Version": "15.0.0",
  "DestinationType": "ImageUploader",
  "RequestMethod": "POST",
  "RequestURL": "https://yourdomain.com/api/1/upload",
  "Headers": {
    "X-API-Key": "chv_YOUR_API_KEY"
  },
  "Body": "MultipartFormData",
  "Arguments": {
    "format": "json"
  },
  "FileFormName": "source",
  "URL": "{json:image.url}",
  "ThumbnailURL": "{json:image.thumb.url}",
  "DeletionURL": "{json:image.delete_url}",
  "ErrorMessage": "{json:error.message}"
}
 
Back
Top