Doubao Drive
Please read the following notes carefully
This interface is a reverse-engineered interface based on legacy products. The project team will not actively maintain it. Please do not submit any issues regarding fixes or further reverse engineering requests for this driver.
请仔细阅读注意事项
本接口是基于历史产物的逆向接口,项目组不会主动进行维护,请勿针对此驱动提出有关于任何修复或进行进一步逆向行为需求的issue。
Mount Doubao Drive cloud storage.
挂载 豆包云盘 云存储。
Security Risk
Do not use 302 if the storage is public accessible. Otherwise, the download link may leak sensitive information such as access token or signature. Others may use the leaked link to access all your files.
安全风险
若存储可公开访问,则请勿使用302重定向。 否则,下载链接可能泄露访问令牌、签名等敏感信息。 他人可利用泄露的链接访问你所有的文件。
Root folder ID
根文件夹ID
The root folder ID is the parameter value displayed in the address bar when accessing Doubao Drive via a web page. For example, after accessing Doubao Drive, the address bar shows https://www.doubao.com/chat/drive/AAAAAAAAAAAAAAAAAAAAAAAAAA?tab=myUpload, where AAAAAAAAAAAAAAAAAAAAAAAAAA is the root folder ID.

根文件夹ID即为网页访问豆包云盘时地址栏中的参数值,例如访问豆包云盘后,地址栏显示为https://www.doubao.com/chat/drive/AAAAAAAAAAAAAAAAAAAAAAAAAA?tab=myUpload,其中AAAAAAAAAAAAAAAAAAAAAAAAAA即为根文件夹ID。

Cookie
Cookie
Required. Web cookie. Used to refresh token and extract Authorization/DPoP tokens.
Open browser developer tools, visit Doubao Drive, log in to your account, check the Network tab, search for biz_auth and open it, find Cookie in the Header, copy the complete value and fill it in.

OpenList will automatically extract other attributes from the Cookie. Please ensure that the Cookie contains the following key-value pairs:
LARK_SUITE_DPOPLARK_SUITE_ACCESS_TOKENfeishu_dpop_keypair(used for key generation, optional)
必填,网页 Cookie。用于刷新 Token 和提取 Authorization/DPoP Token。
打开浏览器开发者工具,访问 豆包云盘,登录账号后,查看Network(网络)Tab,搜索 biz_auth 并打开它,在 Header(标头)中找到 Cookie,复制其完整值填入即可。

OpenList 会自动从 Cookie 中提取其他属性。请确保 Cookie 中包含以下键值对:
LARK_SUITE_DPOPLARK_SUITE_ACCESS_TOKENfeishu_dpop_keypair(用于密钥生成,可选)
App ID
App ID
必填,Doubao’s App ID. The App ID may vary for different clients, please refer to the actual value.
必填,豆包的App ID。不同客户端的App ID可能不相同,请以实际为准。
DPoP Key Secret, Auth Client ID, Auth Scope, Auth SDK Source, Auth SDK Version
DPoP 密钥、认证客户端ID、认证区域、认证SDK来源、认证SDK版本
Optional, for Token refresh. Please obtain it yourself, and refer to the actual value.
可选,用于刷新 Token。请自行获取,以实际为准。
Share Link
分享链接
Whether to use share link for download. If enabled, OpenList will create share and request with anonymous user’s token to create download link. This can reduce authorization leak.
Please ensure you have filled all authentication options above before enabling this function.
是否使用分享链接下载。启用后,OpenList 将创建分享然后使用匿名用户Token请求创建下载链接以减少授权泄露。
请确保您在启用此功能前已经填写了上面的所有认证参数。
Ignore JWT Check
忽略 JWT 检查
Whether to ignore JWT check to prevent time issue
是否忽略 JWT 检查以避免时间问题。