Replies: 4 comments 1 reply
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
The code of token exchange is available on https://github.com/alist-org/auth/blob/main/ali_open.go If you have your own client, you can got your refresh_toekn by following https://www.yuque.com/aliyundrive/zpfszx/efabcs and fill in https://alist.nn.ci/guide/drivers/aliyundrive_open.html#client-id-client-secret to use your own directly. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quickly response and infomation provided sincerely. But it seems do not include the routing of callback.html ? func Setup(g *gin.RouterGroup) {
initVar()
g.GET("/ali/qr", Qr)
g.POST("/ali/ck", Ck)
g.POST("/onedrive/get_refresh_token", onedriveToken)
g.POST("/onedrive/get_site_id", spSiteID)
g.GET("/baidu/get_refresh_token", baiduToken)
// ...
} IIUC, in addition to the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please make sure of the following things
alist
and not something else(such asDependencies
orOperational
).Alist Version / Alist 版本
v3.16.3
Driver used / 使用的存储驱动
aliyundrive open
Describe the bug / 问题描述
In order to ensure data security, are users be allowed to setup their own tool/aliyundrive/request.html?
Currently, I have not found the relevant code base, so I understand that the corresponding backend is closed source. Is this conclusion correct?
If the answer is yes, then the security auditing is needed for the relevant closed source code.
Reproduction / 复现链接
Not applicable.
Logs / 日志
Not applicable.
Beta Was this translation helpful? Give feedback.
All reactions