From f8e3db2e378ef2be505aa489dc2952de6755b19b Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sat, 6 Feb 2021 16:42:15 +0800 Subject: [PATCH] extend secret --- disk/Onedrive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk/Onedrive.php b/disk/Onedrive.php index 99e8def..3bd49f9 100644 --- a/disk/Onedrive.php +++ b/disk/Onedrive.php @@ -12,7 +12,7 @@ class Onedrive { $this->client_secret = getConfig('client_secret', $tag); } else { $this->client_id = '734ef928-d74c-4555-8d1b-d942fa0a1a41'; - $this->client_secret = ':EK[e0/4vQ@mQgma8LmnWb6j4_C1CSIW'; + $this->client_secret = '_I5gOpmG5vTC2Ts_K._wCW4nN1km~4Pk52'; } $this->oauth_url = 'https://login.microsoftonline.com/common/oauth2/v2.0/'; $this->api_url = 'https://graph.microsoft.com/v1.0';