{
"path": "/test/b",
"size": 188,
"name": "1.py",
"policy_id": "kVfW",
"last_modified": 1714481625683,
"mime_type": ""
}
curl --location --request PUT 'http://127.0.0.1:5212/api/v3/file/upload' \
--header 'Cookie: cloudreve-session=' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "/test/b",
"size": 188,
"name": "1.py",
"policy_id": "kVfW",
"last_modified": 1714481625683,
"mime_type": ""
}'
{
"code": 0,
"data": {
"sessionID": "string",
"chunkSize": 0,
"expires": 0,
"uploadURLs": [
"string"
]
},
"msg": "string"
}