Skip to content

Commit 70bc6c9

Browse files
authored
docs: Delete redundant oauth-web.md (#1142)
1 parent 4249a7b commit 70bc6c9

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Learn how to use the Google API Python Client with these guides:
2020
- [Auth](auth.md)
2121
- [API Keys](api-keys.md)
2222
- [OAuth 2.0](oauth.md)
23-
- [OAuth 2.0 for Web Server Applications](oauth-web.md)
23+
- [OAuth 2.0 for Web Server Applications](https://developers.google.com/identity/protocols/oauth2/web-server)
2424
- [OAuth 2.0 for Installed Applications](oauth-installed.md)
2525
- [OAuth 2.0 for Server to Server Applications](oauth-server.md)
2626
- [Client Secrets](client-secrets.md)

docs/api-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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).
44

5-
> Note: If you do need to access private user data, you must use OAuth 2.0. See [Using OAuth 2.0 for Installed Applications](oauth-installed.md), [Using OAuth 2.0 for Server to Server Applications](oauth-server.md), and [Using OAuth 2.0 for Web Server Applications](oauth-web.md) for more information.
5+
> Note: If you do need to access private user data, you must use OAuth 2.0. See [Using OAuth 2.0 for Installed Applications](oauth-installed.md), [Using OAuth 2.0 for Server to Server Applications](oauth-server.md), and [Using OAuth 2.0 for Web Server Applications](https://developers.google.com/identity/protocols/oauth2/web-server) for more information.
66
77
## Using API Keys
88

docs/oauth-web.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)