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 sign in fail #78

Open
QEU-B-458 opened this issue Apr 18, 2020 · 4 comments
Open

google sign in fail #78

QEU-B-458 opened this issue Apr 18, 2020 · 4 comments

Comments

@QEU-B-458
Copy link

Sign in with Google temporarily disabled for this app

@harababurel
Copy link
Owner

You should be able to create your own credentials and use them instead:

gcsf/sample_config.toml

Lines 58 to 60 in b198d66

# The Google OAuth client secret for Google Drive APIs. Create your own
# credentials at https://console.developers.google.com and paste them here
client_secret = """{"installed":{"client_id":"726003905312-e2mq9mesjc5llclmvc04ef1k7qopv9tu.apps.googleusercontent.com","project_id":"weighty-triode-199418","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://accounts.google.com/o/oauth2/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"hp83n1Rzz8UpxgCnqvX15qC2","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}}"""

@ranisalt
Copy link

ranisalt commented Aug 7, 2020

Is it possible to have clearer information about that? The API console is huge and asks an insane amount of things for which I have no clue how to proceed or fill.

@mknapik
Copy link

mknapik commented Mar 13, 2021

First you have to setup new project, then add OAuth credentials. Here are a couple of screenshots:
Screenshot-2021-03-13-205744
Screenshot-2021-03-13-205542
Screenshot-2021-03-13-205606

@harababurel
Copy link
Owner

@mknapik Thanks for the screenshots

@ranisalt This is consistent with my experience as well, I had trouble navigating the API console when first creating the credentials for this app. It's also the reason why signing in still doesn't work -- fixing it seemed like a chore and I never got around to it.

I'll try to get it working this week and possibly update the docs for users who want to manage their own credentials.

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

4 participants