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)