You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct api version in oauth-installed.md (#1258)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
Copy file name to clipboardExpand all lines: docs/oauth-installed.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Google's OAuth 2.0 server authenticates the user and obtains consent from the us
109
109
110
110
Use the authorized `Http`object to call Google APIs by completing the following steps:
111
111
112
-
1. Build a service objectfor the API that you want to call. You build a a service object by calling the `build` function with the name and version of the APIand the authorized Http object. For example, to call version 2 of the Drive API:
112
+
1. Build a service objectfor the API that you want to call. You build a a service object by calling the `build` function with the name and version of the APIand the authorized Http object. For example, to call version 3 of the Drive API:
0 commit comments