We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "Version": "15.0.0", "Name": "telegraph cf", "DestinationType": "ImageUploader", "RequestMethod": "POST", "RequestURL": "https://im.gurl.eu.org/upload", "Body": "MultipartFormData", "Arguments": { "filename": "{input}" }, "FileFormName": "file", "URL": "https://im.gurl.eu.org{json:.[0].src}" }
以上配置是从ShareX中导出来的,确定可用。
我根据上述配置修改了一下,最终没有成功。不知道是哪里出问题了,请大佬帮忙看一下:
{ "apiEndpoint": "https://im.gurl.eu.org/upload", "uploadHeader": "{\n \"Accept\": \"application/json\",\n \"Content-Type\": \"multipart/form-data\"\n}", "uploadBody": "{\"image\": \"$FILE\"}\n\n", "imageUrlPath": "src", "maxWidth": 4096, "enableResize": false }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
以上配置是从ShareX中导出来的,确定可用。
我根据上述配置修改了一下,最终没有成功。不知道是哪里出问题了,请大佬帮忙看一下:
The text was updated successfully, but these errors were encountered: