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
Copy file name to clipboardExpand all lines: pages/guide/drivers/webdav.md
+38-31Lines changed: 38 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,57 +11,62 @@ categories:
11
11
- drivers
12
12
---
13
13
14
-
## 地址 { lang="zh-CN" }
15
-
16
14
## Address { lang="en" }
17
15
16
+
## 地址 { lang="zh-CN" }
17
+
18
18
::: en
19
19
WebDAV root address
20
20
:::
21
+
21
22
::: zh-CN
22
23
WebDAV 根地址
23
24
:::
24
25
25
-
## 用户名 { lang="zh-CN" }
26
-
27
26
## Username { lang="en" }
28
27
28
+
## 用户名 { lang="zh-CN" }
29
+
29
30
::: en
30
31
username
31
32
:::
33
+
32
34
::: zh-CN
33
35
用户名
34
36
:::
35
37
36
-
## 密码 { lang="zh-CN" }
37
-
38
38
## Password { lang="en" }
39
39
40
+
## 密码 { lang="zh-CN" }
41
+
40
42
::: en
41
43
password
42
44
:::
45
+
43
46
::: zh-CN
44
47
密码
45
48
:::
46
49
47
-
## 根文件夹ID { lang="zh-CN" }
48
-
49
50
## Root folder path { lang="en" }
50
51
52
+
## 根文件夹ID { lang="zh-CN" }
53
+
51
54
::: en
52
55
The path of fodler you want to mount, same as join in address
53
56
:::
57
+
54
58
::: zh-CN
55
59
要挂载的文件夹路径,与加入地址相同
56
60
:::
57
61
58
-
## Tls insecure skip verify { lang="zh-CN" }
62
+
## Tls insecure skip verify { lang="en" }
59
63
60
64
## 跳过 SSL 证书验证 { lang="zh-CN" }
61
65
62
66
::: en
63
67
Whether to skip SSL certificate verification. If your WebDAV server uses a self-signed certificate, you may need to enable this option. Enabling it will reduce security, please use it with caution.
1. WebDAV 服务器必须支持返回 302,如果返回 200,则无法使用此功能,关闭 Web 代理将无法使用。
82
-
2. 返回的 302 地址必须是公开可访问的地址,不得需要授权信息,否则用户设备无法下载。
83
-
3. 在存储设置中关闭 `Web 代理` 选项。
84
-
85
-
:::
86
-
87
78
::: en
88
79
89
80
In general, WebDAV servers return the file content directly. Due to the need for authorization, only proxy downloads are possible. However, some servers redirect to the actual file address, such as OpenList `WebDav Policy`'s `302 Redirect`.
1. WebDAV 服务器必须支持返回 302,如果返回 200,则无法使用此功能,关闭 Web 代理将无法使用。
101
+
2. 返回的 302 地址必须是公开可访问的地址,不得需要授权信息,否则用户设备无法下载。
102
+
3. 在存储设置中关闭 `Web 代理` 选项。
103
+
104
+
:::
102
105
103
106
## OneDrive/SharePoint { lang="en" }
104
107
108
+
## OneDrive/SharePoint { lang="zh-CN" }
109
+
105
110
::: en
106
111
Select the vendor as sharepoint, and support the international version/21Vianet.
107
112
108
-
For OneDrive/SharePoint, you can obtain the webdav root address through [this tool](https://tool.example.com/onedrive/webdav). If you want to mount the specified directory, you can join it later.
113
+
For OneDrive/SharePoint, you can obtain the WebDAV root address through [this tool](https://tool.example.com/onedrive/webdav). If you want to mount the specified directory, you can join it later.
109
114
110
115
The username is the OneDrive account email, and the password is the OneDrive account password.
-**failed get objs: failed to list objs: PROPFIND/根目录:403**
@@ -138,6 +144,7 @@ The username is the OneDrive account email, and the password is the OneDrive acc
138
144
This error indicates that the WebDAV server does not support 302 redirects. You need to enable the `Web Proxy` option in the storage settings to use proxy downloads.
139
145
140
146
:::
147
+
141
148
::: zh-CN
142
149
143
150
-**failed get objs: failed to list objs: PROPFIND/根目录:403**
@@ -148,18 +155,18 @@ The username is the OneDrive account email, and the password is the OneDrive acc
0 commit comments