Custom ShareX Uploader #54
Unanswered
KloudAlpha
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think you're passing invalid URL, are you sure variable |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a custom ShareX uploader for my ddrive instance, mostly so I can queue uploads. So far is what I've got, but I've hit a wall. I feel like I'm missing something at URL parameters but I don't know what.
When I test the upload with this configuration I get this error: (409) Conflict
Any ideas on how to get this working? My request url is the same as I'd use with curl -X POST.
Also, if anyone else is as nooby as me and uses authorization for their ddrive instance, to supply the username and password you make a header entry with the name "Authorization" and the value is "Basic" then your username:password encoded as Base64. i.e. if your username and password were username:password then the value would be "Basic dXNlcm5hbWU6cGFzc3dvcmQ=" You can use the ShareX Hash check tool to encode your credentials securely.
Beta Was this translation helpful? Give feedback.
All reactions