glotlabs / gdrive

Google Drive CLI Client
MIT License
1.53k stars 91 forks source link

Add auth code manually #125

Open flhoest opened 3 months ago

flhoest commented 3 months ago

@here I'm trying to setup this package on a headless Linux machine running in the wild. I can authorize the app, but at the end of the process it is redirecting on a 127.0.0.1 URL of course it does not work since this is not running on the same machine. I'm copy pasting the URL provided by the gdrive add account to my machine in order to finalize the auth process. How can I add the code manually ? Is there a procedure for full CLI deployment ? I have no mean to install a browser in my CLI machine. Thanks !