From cea45de5c39b2958e69d41eba0be62382eb0594b Mon Sep 17 00:00:00 2001 From: Vsevolod Date: Wed, 4 Dec 2024 23:55:16 +0100 Subject: [PATCH] readme file fixed --- module/move/gspread/.secret/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/move/gspread/.secret/readme.md b/module/move/gspread/.secret/readme.md index 5306cf8644..2f0697485f 100644 --- a/module/move/gspread/.secret/readme.md +++ b/module/move/gspread/.secret/readme.md @@ -24,10 +24,12 @@ CLIENT_ID=YOUR_CLIENT_ID CLIENT_SECRET=YOUR_SECRET_KEY ``` +In most cases, only these two secrets are required. + # Troubleshooting -If you encounter problems with authentication or tokens, you will most likely need to add **AUTH_URI** or **TOKEN_URI** to the .env file. To retrieve them, download the API key you created in JSON format. Open the file and copy the keys into the .env file. After making these changes, your .env file should look like this: +If you encounter problems with authentication or tokens, you will most likely need to add **AUTH_URI** or **TOKEN_URI** to the .env file. In such case all 4 secrets are requeired. To retrieve them, download the API key you created in JSON format. Open the file and copy the keys into the .env file. After making these changes, your .env file should look like this: ```bash CLIENT_ID=YOUR_CLIENT_ID