Closed robbat2 closed 4 years ago
I FINALLY figured out what happened here, because I hit the same cmdftp@example.com
string in another project, and the top google hit was my own bug.
$ ls -lad /home/robbat2/.netrc ; cat /home/robbat2/.netrc
-rw------- 1 robbat2 robbat2 52 Mar 8 2003 /home/robbat2/.netrc
default
login anonymous
password cmdftp@example.com
The oauth consumer key is not being placed into the POST data.
oauthlib-1.1.2 requests-2.12.5
Testcase from the quickstart documentation:
This results in:
Enabling httplib & requests debug, the following can be seen: