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

gdsync should read client_secrets.json generated by the API console #3

Open
proppy opened this issue Feb 22, 2013 · 0 comments
Open

Comments

@proppy
Copy link

proppy commented Feb 22, 2013

Here is how it looks like for installed apps:

{
    "installed": {
        "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
        "auth_uri": "https://accounts.google.com/o/oauth2/auth",
        "client_email": "",
        "client_id": "<client_id>",
        "client_secret": "<client_secret>",
        "client_x509_cert_url": "",
        "redirect_uris": [
            "urn:ietf:wg:oauth:2.0:oob",
            "oob"
        ],
        "token_uri": "https://accounts.google.com/o/oauth2/token"
    }
}
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