mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 23:42:17 +00:00
Using aiohttp #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @7468656F on GitHub.
Does anyone know how to use aiohttp to put a file? I've been trying for way too long and every time I go to the page that it was supposedly uploaded to, it just gives me a 404 message. It works just fine when uploading through the website.
@amayer5125 commented on GitHub:
I'm not familiar with aiohttp, but I got this example working pretty easily.
When I run it, it outputs the URL returned from transfer.sh. The documentation has more examples.