From 566d9912cfc485dfcea7cbccfcd4c7d677ae1b0e Mon Sep 17 00:00:00 2001 From: dnslin Date: Fri, 12 Dec 2025 16:06:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E5=86=8D=E9=9C=80=E8=A6=81ONED?= =?UTF-8?q?RIVE=5FCLIENT=5FSECRET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a0e0778..70192c8 100644 --- a/.env.example +++ b/.env.example @@ -19,8 +19,9 @@ ONEDRIVE_ENABLED=false # Microsoft Azure 应用凭证 # 在 Azure Portal 创建应用:https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade -# 需要添加 API 权限:Files.ReadWrite.All, offline_access +# 需要添加 API 权限:Files.ReadWrite, offline_access ONEDRIVE_CLIENT_ID= +# 不再需要 ONEDRIVE_CLIENT_SECRET= # 租户 ID(个人账户使用 common,组织账户使用具体租户 ID)