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

Sign in with Google temporarily disabled for this app #332

Open
rmorros opened this issue Mar 6, 2019 · 6 comments
Open

Sign in with Google temporarily disabled for this app #332

rmorros opened this issue Mar 6, 2019 · 6 comments

Comments

@rmorros
Copy link

rmorros commented Mar 6, 2019

Hi,
I'm trying to backup my emails using gmvault.
When gmvault opens a web browser page in order to grant gmvault access to Gmail, I obtain in the web browser the error:

"Sign in with Google temporarily disabled for this app
This app has not been verified yet by Google in order to use Google Sign In."

I used several setups:

  • Windows, with binary installer, gmvault 1.9.1
  • Ubuntu, with pip install in a virtualenv, gmvault 1.9.1, python 2.7.14
  • Mac OSX, binary install, gmvault 1.9.2-beta

I tried also two different gmail users. I also tried to renew the stored oauth token using:
--renew-oauth2-tok

Always the same problem. Does anybody know how to solve the problem?
Thanks,
Ramon

@xmpir
Copy link

xmpir commented Mar 10, 2019

Hi,

I have the same issue, but you can still use the --passwd option with an application-specific password. Not sure if and when this will be fixed, for me it seems it's Google disallowing this app...

@rmorros
Copy link
Author

rmorros commented Mar 11, 2019

Hi,

I have the same issue, but you can still use the --passwd option with an application-specific password. Not sure if and when this will be fixed, for me it seems it's Google disallowing this app...

This solved the problem for me. I managed to use the --passwd option with an application-specific password. I had to activate the two-step verification.
Thanks a lot!

@rmorros
Copy link
Author

rmorros commented Mar 17, 2019 via email

@jgallias
Copy link

It's not ideal but you can store it:
http://gmvault.org/in_depth.html
$./gmvault sync myuser@gmail.com -p --store-passwd

Was able to update my Scheduled Task after storing my password with:
gmvault.bat sync -t quick --passwd

It will run with the saved password and not prompt once saved, but you still have to provide --passwd or it tries to use OAUTH2 by default and fails.

@rkhwaja
Copy link

rkhwaja commented Mar 21, 2019

I got an email today saying that GMVault's access will be removed on March 31, 2019 because the app hasn't complied with their updated data privacy requirements.
I assume this is a permanent situation unless @gaubert changes something on the oauth app registration.
Alternatively, make the client_id and client_secret (in credential_utils.py) customizable so people can register their own apps. I think that helps with security too?

@jruere
Copy link

jruere commented Apr 16, 2019

For a workaround, see #335.

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

5 participants