You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or use the proxy function in this program to transfer.
28
28
:::
29
29
30
-
###**Refresh token**
30
+
## **Refresh token**
31
31
[Click here](https://openapi.baidu.com/oauth/2.0/authorize?response_type=code&client_id=iYCeC9g08h5vuP9UqvPHKKSVrKFXGa1v&redirect_uri=https://alist.nn.ci/tool/baidu/callback&scope=basic,netdisk&qrcode=1) to get the refresh token.
32
32
33
33
34
34
35
-
###**Root folder path**
35
+
## **Root folder path**
36
36
The root foler to mount, defaults to `/`
37
37
38
38
- Mount a folder separately, according to the following format, `/` is the root directory, just extend to that directory if you want to mount that directory
@@ -42,15 +42,16 @@ The root foler to mount, defaults to `/`
42
42
43
43
44
44
45
-
###**Custom crack ua**
45
+
## **Custom crack ua**
46
46
47
47
[**UA used when using 【Native Proxy & Crack API】**](https://github.com/alist-org/alist/issues/5602#issuecomment-1831188682)
48
48
49
49
<br/>
50
50
51
51
52
52
53
-
### **Download api**
53
+
## **Download api**
54
+
54
55
- official: The official interface, very stable, but for larger files, UA needs to be modified and the speed is slow (SVIP speed fast)
55
56
- crack: unofficial interface,You must modify the UA and some files may not have a speed limit, but it will be unstable (not guaranteed 100%availability) Need to use a version greater than `3.19.0`
56
57
- ==Need to change the UA to`netdisk`==,Modification method refer to [add-user-agent-user-example](#add-user-agent-usage-example)
@@ -64,14 +65,13 @@ The root foler to mount, defaults to `/`
64
65
error_msg: "hit black userlist , hit illeage dlna",
65
66
request_id: 541111111111111140
66
67
}
67
-
# This is not a mistake, this is a limit, please do not panic.
68
68
```
69
69
70
70
<br/>
71
71
72
72
73
73
74
-
###**Add "User-Agent" usage example**
74
+
## **Add "User-Agent" usage example**
75
75
76
76
::::danger If you don't know how to set "User-Agent" see here
77
77
@@ -134,7 +134,23 @@ If you use the webpage to modify the **`user-agent`**, you do not need to config
134
134
135
135
::::
136
136
137
-
### **The default download method used**
137
+
## **Upload Config**
138
+
139
+
Official Documentation: [百度网盘开放平台 - 上传 - 能力说明](https://pan.baidu.com/union/doc/3ksg0s9ye)
140
+
141
+
> Baidu Netdisk requires that each slice be uploaded within 30 seconds, so excessively high concurrency during file uploads may result in a significant number of failures.
142
+
143
+
- Upload Threads: The number of slices to upload concurrently.
144
+
- Upload API: The domain endpoint used for uploading.
145
+
- Custom Upload Slice Size: Allows you to specify the size of each slice. Note that there are limitations, and this feature is available to VIPs only.
146
+
- Low Bandwidth Upload Mode: Attempts to address the frequent `Client.Timeout exceeded while awaiting headers` errors encountered in low upload bandwidth scenarios (e.g., residential broadband). When enabled, it uses the smallest possible slice size.
0 commit comments