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
-:warning: The alist version must be greater than `v3.18.0` to use this tutorial (excluding v3.18.0)
23
+
:::warning
24
+
25
+
The alist version must be greater than `v3.41.0` to use this tutorial.
26
+
27
+
:::
24
28
25
29
:::tip
26
30
27
-
Update the method of authentication, please get `Authorization` to fill in
31
+
Parameters can be obtained from the browser DevTools -> Network by [searching keywords](#search-keywords).
28
32
29
33
:::
30
34
31
35
<br/>
32
36
37
+
## **Proxy Range**
33
38
39
+
You need to enable `Web Proxy` or`Webdav Native Proxy` to take effect
34
40
35
-
## **Root folder ID**
36
-
37
-
- Personal cloud:It can be left blank and it will be filled in automatically. All will be listed, covering 18 items (check it yourself). Normal files are in **My Folder**.
38
-
- If you fill in the folder ID, the normal root directory folder is listed (this method is recommended)
41
+
- Currently only applicable to: `alias`、`139Yun`、`AList V3`
39
42
40
-
- Family cloud:The root directory is empty is all files
41
-
- If you want to list a folder separately, get the directory ID method in the picture of the [family cloud](#family-cloud) below
42
-
- Personal new:`/`,It can be left blank and it will be automatically filled in and everything will be listed.
43
-
- If you want to list a folder separately, get the directory ID method in the picture of the [Personal new](#personal-new) below
43
+
- Function Description: **<https://github.com/alist-org/alist/pull/6496#issue-2309839607>**
44
44
45
45
<br/>
46
46
47
+
## **Authorization**
47
48
49
+
Update the method of authentication, please get `Authorization` to fill in
48
50
49
-
## **Proxy Range**
51
+
:::warning
50
52
51
-
You need to enable `Web Proxy` or` Webdav Native Proxy` to take effect
53
+
Fill in the content starting after the Basic and a space, **do not include Basic**!
52
54
53
-
- Currently only applicable to:`alias`、`139Yun`、`AList V3`
54
-
- Function Description:**https://github.com/alist-org/alist/pull/6496#issue-2309839607**
55
+
:::
55
56
56
-
<br/>
57
+
## **Type**
57
58
59
+
Alist currently supports 4 types of cloud storage:
58
60
61
+
- Personal New: New API
59
62
60
-
## **Type**
63
+
- Note: The account has been migrated to a new personal cloud by the end of 2024
64
+
65
+
- Use the PUT method to directly connect to EOS multipart uploads
61
66
62
-
1. Personal Cloud: Choose Personal Cloud
67
+
- Family: My Family -> Family Files
63
68
64
-
2. Family Cloud: Choose Family Cloud
69
+
- Limit: The Family Cloud does not support copying, moving, or renaming folders, and files cannot be uploaded to the root directory
65
70
66
-
3. Personal new:New API
67
-
- Only newly registered accounts are available. You can distinguish them by searching for `getDisk` in the request. If it can be found, it is the old version. If it cannot be found, it is the new version.
71
+
- Use the POST method to resumable uploads
68
72
73
+
- Group: Shared Group
69
74
70
-
If you have a new version of the API, you will not be able to use the `Personal Cloud` type. Although there is no error message, the file will not be loaded.
75
+
- Limit: Shared groups do not support copying and uploading
71
76
72
-
If there is a `getDisk` request, the `New Personal` type cannot be used, otherwise it will prompt `User does not exist`
77
+
-Personal: The old personal cloud, which is a thing of the past.
73
78
74
79
<br/>
75
80
81
+
## **Root folder ID**
76
82
83
+
Specifies the directory to be mounted.
77
84
78
-
## **Other**
85
+
:::warning
79
86
80
-
1. Other information is taken from the request, which has changed from cookie to obtaining `Authorization`
81
-
1. The new personal cloud can be obtained in another way. See the picture example of [Personal new](#personal-new)
87
+
Please remember to clear or change this Root folder ID after changed the Type!
88
+
89
+
:::
82
90
83
-
2. If you can't find the load on the bottom of the request information, go to the top `on the top of the upper row, marked the purple highlight
91
+
- Personal New: `/`. It can be left blank and it will be filled in automatically.
92
+
93
+
- If you want to list a folder separately, please enter the folder ID.
94
+
95
+
- Family: If the root directory is empty, all files are filed.
96
+
97
+
- If you want to list a folder separately, please enter the folder ID.
98
+
99
+
- Group: If the root directory is empty, the group ID will be automatically filled. It is recommended to enter the folder ID that you manually obtained.
100
+
101
+
- If you want to list a folder separately, please enter the folder ID.
102
+
103
+
- Note: If you want to mount a group created by others, be sure to fill in the folder ID that you manually obtained, otherwise there will be an infinite loop in the first-level folder.
104
+
105
+
- Personal: `root`. It can be left blank and it will be filled in automatically. All will be listed, covering 18 items (check it yourself). Normal files are in **My Folder**.
106
+
107
+
- If the write folder ID is listed in the normal root folder.
84
108
85
109
<br/>
86
110
111
+
## **Cloud ID**
87
112
113
+
Personal cloud does not need to fill in, **Family / Group cloud is dedicated**.
88
114
89
-
### **Cloud ID**
115
+
- Family: family ID, **cannot be empty**
90
116
91
-
Personal cloud does not need to fill in, **Family cloud is dedicated**.
117
+
- Group: group ID, **cannot be empty**
92
118
93
119
<br/>
94
120
121
+
## **Custom upload part size**
122
+
123
+
The upload part size (bytes) can be customized by the user, and if there is a performance issue, please adjust it yourself. Set '0' to 100 MB by default.
95
124
125
+
- The current upload part size on the web is 20 MB (20971520).
126
+
127
+
- The [EOS documentation](https://ecloud.10086.cn/op-help-center/api/article/40933) used by the new version of the Personal Cloud states that "objects larger than > 5 GB cannot be uploaded", so the upload part size should not exceed 5 GB.
128
+
129
+
## **Other**
130
+
131
+
- Other information is taken from the request, which has changed from cookie to obtaining `Authorization`
132
+
- The new personal cloud can be obtained in another way. See the picture example of [Personal new](#personal-new)
133
+
134
+
- If you can't find the load on the bottom of the request information, go to the top `on the top of the upper row, marked the purple highlight
135
+
136
+
<br/>
96
137
97
138
### **Search keywords**
98
139
99
-
Pay attention to the keywords, use it below to get **`authorization`**
140
+
Pay attention to the keywords, use it below to get **`authorization`**, **Root folder ID** and **Cloud ID**
@@ -130,27 +197,15 @@ Note: Family cloud does not support renames, movement, copying and uploading.
130
197
131
198
Although the video is V2 version, the way to obtain the directory ID and the cloud ID is the same.
132
199
133
-
**https://www.bilibili.com/video/BV1US4y1w79a**
200
+
**<https://www.bilibili.com/video/BV1US4y1w79a>**
134
201
135
202
From the previous way to get cookies, now replaced it with `Authorization`,You can see the [Fill in the Example](#alist-fill-in-examples) tutorial below
- ==`Authorization`Just fill in the content of the start after the basic space==
156
211
- The new personal cloud folder ID will automatically change after you enter the folder. Just open whichever folder you need, and then get the value of `currentCatalogID`^Figure_3^
@@ -163,9 +218,6 @@ From the previous way to get cookies, now replaced it with `Authorization`,You
0 commit comments