Skip to content
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

Readme setup instructions for headless login are outdated #92

Open
riotbit opened this issue Jul 2, 2023 · 1 comment
Open

Readme setup instructions for headless login are outdated #92

riotbit opened this issue Jul 2, 2023 · 1 comment

Comments

@riotbit
Copy link

riotbit commented Jul 2, 2023

Hello,

Currently the Readme suggests to set the "authorize_using_code=True" option in the config.toml in order to login headless via OAuth OOB. This does not work anymore since Google deprecated this option for all client end of January 2023 (see: https://developers.google.com/identity/protocols/oauth2/resources/oob-migration).

As possible workaround the Readme could mention simply ssh forwarding here.

ssh <REMOTE_USER>@<REMOTE_HOST> -L 8081:localhost:8081 -N

@harababurel
Copy link
Owner

harababurel commented Jul 24, 2023

Thanks for the notice, this seems to be fixed in a new version of google-drive3 / yup_oauth2. I've done a long-overdue update of most project dependencies and just released gcsf v0.2.3. Both authentication flows (http redirect and code-based) work for me on a clean install and config.

Please check if this fixes the issue for you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants