From 06d1d63c49281dd5a6d73351a16fd82da5807ebd Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 13 Feb 2025 18:16:02 -0600 Subject: [PATCH] update microsoft app --- 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 2c6f17a..24eda86 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: '81eaaac8-6aa6-42d0-a54d-04d6041af79e', - obfuscatedClientSecret: 'U2FsdGVkX1/WRNG8HCBmA8cpJATCSvhdUTUOO41AcKt/XWvA+75/2TszGzqzkD8wWQln1sgs3uor2QTrlRV9ZA==', + clientId: '9e38eacd-789f-459e-bdde-d4948e32a13e', + obfuscatedClientSecret: 'U2FsdGVkX1+kcIyeqpILnKOFcVi/dbMqzn+cOyN9pTHhF7t0GC6uCMvejhD3454SL3a1/zZlRwhZ7uwdAB8Teg==', // 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.