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

Escape character in authentication code #3

Open
asprunt opened this issue Sep 15, 2019 · 0 comments
Open

Escape character in authentication code #3

asprunt opened this issue Sep 15, 2019 · 0 comments

Comments

@asprunt
Copy link

asprunt commented Sep 15, 2019

My credential expired recently. The new authentication code from Google included an escape character, "/", which tripped things up.

I got round the issue by enclosing the authentication code in single quotes. Per this article, it seems like raw_input() would be a better choice than input() when running with Python-2.

I'm trying to work in Python-3, where input() is the raw_input() from Python-2, so I just modified the shebang.

Thanks!

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