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

Google deprecated version of Oauth causes container to not function correctly #12

Open
dasb00ter opened this issue Jun 21, 2023 · 0 comments

Comments

@dasb00ter
Copy link

Error 400: invalid_request
The out-of-band (OOB) flow has been blocked in order to keep users secure. Follow the Out-of-Band (OOB) flow migration guide linked in the developer docs below to migrate your app to an alternative method.
Request details: redirect_uri=urn:ietf:wg:oauth:2.0:oob

After following the directions for the container I receive this error. Also apparently the scripts that run on schedule seem to be dependent this version of Oauth and wont run properly.

Looking at the gmvault github page there is a work around involving a python web server to get Oauth working again but I am not sure how to implement this.

This container does seem to be able to use also app passwords too although from what I gather this is a less secure/desirable way of doing things. I can run gmvault sync -t full -d /data --no-compression -p redacted@gmail.com successfully but /app/backup_quick.sh doesnt run successfully and so automatic backups are not functional for me.

It would be much appreciated if somebody might help me. This is still one of the few solutions I can find to accomplish this task. gwbackup https://github.com/topics/gwbackupy seems like an alternative but with very few pulls and I am also not sure how to implement the auth there either.

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

1 participant