From f33106a621cd6170cb63da0ed83026b4e8344513 Mon Sep 17 00:00:00 2001 From: umaumax Date: Tue, 19 Nov 2024 00:07:06 +0900 Subject: [PATCH] Fix typo in create_google_api_credentials.md Cliend -> Client --- docs/create_google_api_credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create_google_api_credentials.md b/docs/create_google_api_credentials.md index 62c95b1..6aed0a7 100644 --- a/docs/create_google_api_credentials.md +++ b/docs/create_google_api_credentials.md @@ -25,7 +25,7 @@ Google has made it really easy to create api credentials for own use, just follo 21. Click on the `Create credentials` button in the top bar and select `OAuth client ID` [[screenshot]](https://user-images.githubusercontent.com/720405/210137498-dc9102c4-2720-466d-809a-4d8947dbb0a0.png) 22. Select application type `Desktop app` and give a name [[screenshot]](https://user-images.githubusercontent.com/720405/210137673-d3a387ab-3bbe-4af3-81c8-7c744aed8bd5.png) 23. Click on the `Create` button -24. You should be presented with a Cliend Id and Client Secret [[screenshot]](https://user-images.githubusercontent.com/720405/210137709-587edb53-4703-4ad3-8941-6130f47d0547.png). If you dont copy/download them now, you may find them again later. +24. You should be presented with a Client Id and Client Secret [[screenshot]](https://user-images.githubusercontent.com/720405/210137709-587edb53-4703-4ad3-8941-6130f47d0547.png). If you dont copy/download them now, you may find them again later. 25. Click `OK` 26. Click on `OAuth consent screen` menu item 27. Click on `Publish app` (to prevent the token from expiring after 7 days) [[screenshot]](https://user-images.githubusercontent.com/720405/216276113-18356d78-c81c-42c1-be2b-49c9b6a6cafe.png)