-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Deletion token issues #555
Comments
@stefanbenten Could you check the email, I've requests deletion for this |
@sinkaroid what's the clunky behaviour? there was no way to delete the uploads, before introducing the feature, and in order to not break compatibility we had no other choice than to add the delete token/delete url in the headers everything is documented: |
The thing is my first time found this, because i doing some migrate stuff to another server I know everything is documented properly, I also able the upload new file and delete them immediately with My thoughts is don't just recommending user with: |
👍 I will try to find time to improve that. feel free to open a PR on your own if you are able to, thanks :) |
I found this command as a simple one-liner to retrieve the delete URL after uploading the file, in case it's useful to include in the documentation: curl -s -o /dev/null -w '%header{x-url-delete}\n' --upload-file ./hello.txt https://transfer.sh/hello.txt |
feel free to open a PR to add it to the docs as default example or with a big warning about "how to delete an upload" :) |
Same behaviour with #465, it would be nice if this service remake this clunky behaviour,
Since end user cannot retrieve this after the upload anymore at least give us some response that show in the curl options,
I never get the deletion token at all
The text was updated successfully, but these errors were encountered: