欢迎来到你崭新的 onedrive-vercel-index 🎉
Preparations
If you have not specified a REDIS_URL inside your Vercel env variable, go initialise one at Upstash. Docs: Vercel Integration - Upstash.
本项目还没有设置有效的 access_token
和 refresh_token
,需要进行授权。在继续对 onedrive-vercel-index 授权你的 Microsoft 帐号前,请检查一下下方的配置信息。
CLIENT_ID | a95b8478-7448-468a-9add-a21eec4f5c9b |
CLIENT_SECRET* | U2FsdGVkX18CoRgTAH3orwarZM/qv8h/mttE155zPUAcsyZ6MzBSE11hrLRU60Nqr24HbGsOkF+4FiGVrahB4w== |
REDIRECT_URI | http://localhost |
Auth API URL | https://login.microsoftonline.com/common/oauth2/v2.0/token |
Drive API URL | https://graph.microsoft.com/v1.0/me/drive |
API Scope | user.read files.read.all offline_access |
如果你看到有遗漏或错误的项目,你需要重新编辑 /config/api.config.js
并重新部署这个实例。