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