Skip to content

Commit

Permalink
fix: Wrong links in api-keys.md. (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
kis87988 authored and busunkim96 committed Jul 12, 2019
1 parent 83ead9b commit b5d8755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-keys.md
Expand Up @@ -2,7 +2,7 @@

When calling APIs that do not access private user data, you can use simple API keys. These keys are used to authenticate your application for accounting purposes. The Google Developers Console documentation also describes [API keys](https://developers.google.com/console/help/using-keys).

> Note: If you do need to access private user data, you must use OAuth 2.0. See [Using OAuth 2.0 for Web Server Applications](oauth-server.md) and [Using OAuth 2.0 for Server to Server Applications](oauth-web.md) for more information.
> Note: If you do need to access private user data, you must use OAuth 2.0. See [Using OAuth 2.0 for Web Server Applications](oauth-web.md) and [Using OAuth 2.0 for Server to Server Applications](oauth-server.md) for more information.
## Using API Keys

Expand Down

0 comments on commit b5d8755

Please sign in to comment.