-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用API获取的115直链不可用 #5836
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
有什么误说清楚。 |
获取链接与下载时需要使用相同的UA |
终端会把 & 转义成 |
xhofe
added
invalid
This doesn't seem right
and removed
question
Further information is requested
labels
Jan 7, 2024
@EscapeU 我也遇到了,找到解决办法了吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.30.0
Driver used / 使用的存储驱动
115
Describe the bug / 问题描述
用API获取的115直链不可用
Reproduction / 复现链接
curl --location --request POST 'http://xxx.xxx.xxx.xxx:5244/api/fs/get'
--header 'Authorization: alist-token'
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)'
--header 'Content-Type: application/json'
--data-raw '{
"path": "/yourfilepath",
"password": "",
"page": 1,
"per_page": 0,
"refresh": false
}'
使用以上命令获取到的直链信息有误
Config / 配置
Logs / 日志
No response
The text was updated successfully, but these errors were encountered: