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: docs/guide/drivers/115_open.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ headerDepth: 5
22
22
23
23
::: tip
24
24
25
-
Developed using [**115 Open Platform**](https://open.115.com/)
25
+
Developed using [**115 Open Platform**](https://open.115.com/)、Please use your account in a standardized manner. If you use your account illegally, you will be responsible for the consequences if it is blocked.
26
26
27
27
:::
28
28
@@ -45,24 +45,37 @@ Developed using [**115 Open Platform**](https://open.115.com/)
45
45
46
46
::: warning Token leakage post-processing method
47
47
48
-
If the Token is accidentally leaked, you can immediately obtain a new refresh token. The previous one will become invalid. After the invalidation, the following content will be displayed:
48
+
If you accidentally leak the Token, you can go to 115 Device Login Management to deauthorize the app.
49
49
50
-
```html
51
-
failed get objs: failed to list objs: error: refresh token error, errno: 0
50
+
- 115 APP:【**iOS**、**Android**】 version requires ≥ 35.11.0
51
+
- 115 Web:**https://115.com/?mode=device_manage**
52
+
53
+
After invalidation, the following content will be displayed:
54
+
55
+
```json
56
+
failed get objs: failed to list objs: code: 40140116, message: no auth
52
57
```
53
58
59
+
An account can obtain `Refresh token` twice from the same application. After the third acquisition, the `Refresh token` obtained first will become invalid. Using the first `Refresh token` will prompt the above error.
60
+
61
+

62
+

63
+
54
64
:::
55
65
56
-
The newly obtained refresh token cannot be directly replaced in the original driver. The API interface has limited flow and cannot be refreshed continuously in a short period of time. You can only delete the original driver and add it again (if it is still prompted, wait 1 minute and try again, use a new `refresh token`)
57
66
58
-
```html
59
-
Failed init storage but storage is already created: failed init storage: error: refresh frequently, errno: 0
60
-
```
61
67
62
-
<br/>
68
+
### **Get a refresh token using another APP ID**
69
+
70
+
For example, use your own developer application ID to obtain a refresh token. Before obtaining a refresh token, fill in the application`APP ID` and then click the Get Refresh Token button.
71
+
72
+

73
+

63
74
64
75
65
76
77
+
<br/>
78
+
66
79
## **Root folder ID**
67
80
68
81
Open the official website of 115 Cloud and click the string behind the url when you click into the folder you want to set,
0 commit comments