From 152ae8d6c0c27dd2e9e0e155dc684a3cf4a48271 Mon Sep 17 00:00:00 2001 From: Ovler <86chengyujin@gmail.com> Date: Sun, 14 Apr 2024 16:20:45 +0800 Subject: [PATCH] Update api.config.js --- 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 4a875df..0a72663 100644 --- a/config/api.config.js +++ b/config/api.config.js @@ -20,8 +20,8 @@ module.exports = { // These are the URLs of the OneDrive API endpoints. You would not need to change anything here if you are using OneDrive International // or E5 Subscription OneDrive for Business. You may need to change these if you are using OneDrive 世纪互联. - authApi: "https://login.microsoftonline.com/common/oauth2/v2.0/token", - driveApi: "https://graph.microsoft.com/v1.0/sites/hz4z.sharepoint.com,b6d230f6-81ed-40ba-9bff-8bc0f789a57b,b531b603-96be-4a1e-859e-e7d5bfd23284/drive", + authApi: 'https://login.microsoftonline.com/common/oauth2/v2.0/token', + driveApi: 'https://graph.microsoft.com/v1.0/me/drive', // The scope we require are listed here, in most cases you would not need to change this as well. scope: 'user.read files.read.all offline_access',