prasmussen / gdrive

Google Drive CLI Client
MIT License
8.99k stars 1.19k forks source link

Add oauth redirect listener #634

Open cg2v opened 2 years ago

cg2v commented 2 years ago

Add an HTTP listener for use as the redirect_uri. This will allow gdrive to work after google phases out the "oob" redirect. I did have working OAuth PKCE (code challenge) support, but it does not work with the currently vendored oauth library, so it's dropped from this branch.