|
|
|
@ -391,7 +391,9 @@ function getOpenToken(authorization) { |
|
|
|
|
headers: headers, |
|
|
|
|
body: { |
|
|
|
|
"authorize": 1, |
|
|
|
|
"scope": "user:base,file:all:read,file:all:write" |
|
|
|
|
"scope": "user:base,file:all:read,file:all:write", |
|
|
|
|
"drives": ["backup", "resource"], |
|
|
|
|
"sid": sid |
|
|
|
|
}, |
|
|
|
|
method: 'POST', |
|
|
|
|
timeout: 8000 |
|
|
|
|