From c266e1b6be5b631973eab124e52462eee081c369 Mon Sep 17 00:00:00 2001 From: lyc8503 Date: Wed, 18 Oct 2023 22:31:40 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08fb0b0e..040983c0 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Live demo at [lyc8503's Fileshare](https://pan.lyc8503.site). Documentation is hosted at [GitHub Wiki](https://github.com/lyc8503/onedrive-cf-index-ng/wiki). - [How can I get started and deploy?](https://github.com/lyc8503/onedrive-cf-index-ng/wiki/Getting-Started) -- [How can I configure ... ?](https://ovi.swo.moe/docs/custom-configs) +- [How can I configure ... ?](https://github.com/lyc8503/onedrive-cf-index-ng/wiki/Configurations) - Where is feature ... ? - [Docs - Password protected folders](https://ovi.swo.moe/docs/features/protected-folders) - [Docs - Multi-file and folder download](https://ovi.swo.moe/docs/features/multi-file-folder-download) From ac209159e16a6e83692e016e8cc66dfb079dbf53 Mon Sep 17 00:00:00 2001 From: lyc8503 Date: Wed, 18 Oct 2023 22:47:03 +0800 Subject: [PATCH 2/2] Update client id and secret --- config/api.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/api.config.js b/config/api.config.js index e6f77d26..a78fd637 100644 --- a/config/api.config.js +++ b/config/api.config.js @@ -10,8 +10,8 @@ module.exports = { // The clientId and clientSecret are used to authenticate the user with Microsoft Graph API using OAuth. You would // not need to change anything here if you can authenticate with your personal Microsoft account with OneDrive International. - clientId: '8cdd856b-49ae-4ee9-9d02-a540ceca6dc2', - obfuscatedClientSecret: 'U2FsdGVkX19ciVnQ8UQ9S5SiNqOEAbbWqkjJ440Zk2vDGB2DyKKajWZdoHw6kfJ/zZ8L0K8rHF/coyt5znmkKQ==', + clientId: 'f23f9918-14a5-46f1-9f74-13e57273b8f3', + obfuscatedClientSecret: 'U2FsdGVkX1+KTcEqbSzjTc6JqT+Q4m7PE2Rck4gYUIJSsIc5FPh8SsewBIUGv0yz5/amN8Lgh2uMenN1x4WYLg==', // The redirectUri is the URL that the user will be redirected to after they have authenticated with Microsoft Graph API. // Likewise, you would not need to change redirectUri if you are using your personal Microsoft account with OneDrive International.