A few months ago I was experimenting with a project which needed to read a Google sheets page. It didn't end up going anywhere, but today I accidentally checked the project, including credentials.json into my version control. A bit of poking around on Google doesn't reveal anything obvious as far as a control for this credential.
- What did I just give up?
- Is it possible to revoke this credential?
- How worried should I be about it?
The redacted credentials.json follows:
{
"installed": {
"client_id": "1xxxxxxxxxxx-xxx7xx2xxxxx5xxxxxxxxxxxxx3x5x45.apps.googleusercontent.com",
"project_id": "quickstart-1xxxxxxxxxxxx",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "xxx4xx8xxxxXXXXXxxxxx3xx",
"redirect_uris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost"]
}
}```