7z
or zip
file.Authorization: Bearer ********************
curl --location --request GET '/file/archive?uri=cloudreve://my/pdfjs-4.10.38-dist.zip&entity=zoIE' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": {
"files": [
{
"name": "LICENSE",
"size": 10174,
"updated_at": "2024-12-31T16:26:12Z",
"is_directory": false
},
{
"name": "build",
"size": 0,
"updated_at": "2024-12-31T16:26:12Z",
"is_directory": true
},
{
"name": "web",
"size": 0,
"updated_at": "2024-12-31T16:26:12Z",
"is_directory": true
},
{
"name": "build/pdf.mjs",
"size": 658371,
"updated_at": "2024-12-31T16:26:12Z",
"is_directory": false
},
{
"name": "build/pdf.mjs.map",
"size": 1759138,
"updated_at": "2024-12-31T16:26:12Z",
"is_directory": false
},
{
"name": "build/pdf.sandbox.mjs",
"size": 727293,
"updated_at": "2024-12-31T16:26:12Z",
"is_directory": false
}
]
},
"msg": ""
}