tencent cloud

Smart Media Hosting

Product Introduction
Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
Purchase Guide
Quick Start
Create Media Library
Initiate request
Service Level API Document
History
Introduction
API Category
Making API Requests
PaaS Service APIs
Official Cloud Disk APIs
Data Types
Error Codes
Business Level API Document
Introduction
Access Token Operation API
Tenant Space Operation API
File Operation API
Directory or Album Operation API
Recycle Bin Operation API
Quota Operation API
Query Task Operation API
Search Operation API
Historical Version Operations API
Directory and File Batch Operation API
Collection Operation API
Error Codes
SDK Documentation
Android SDK
iOS SDK
HarmonyOS SDK
FAQs
Enterprise Network Disk
Product Introduction
Purchase Guide
Quick Start
FAQs
Service Level Agreement
Glossary

Number of Files Statistics

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 2026-01-07 14:45:20

Feature Description

Space file count statistics.
Note:
Requires admin or space_admin permissions.

Request

Request Example

GET /api/v1/space/{LibraryId}/{SpaceId}/file-count?access_token={AccessToken}

Request Parameter

Request parameters.
Description
Type
Required or Not
LibraryId
Media Library ID, obtained after creating a media library through the media hosting console. See Create Media Library
String
Yes
SpaceId
Space ID. If the media library is in single-tenant mode, this parameter is fixed as hyphen (-). See Create Tenant Space for retrieval.
String
Yes
AccessToken
Access token, see Generate Access Token
String
Yes

Request Body

Null

Response

Response code

Retrieval successful, returns HTTP 200 OK.

Response Body

{
"fileNum": "573005",
"dirNum": "448996",
"recycledFileNum": "252",
"recycledDirNum": "110",
"historyFileNum": "1829"
}
Response body field description:
Node Name (Keyword)
Description
Type
fileNum
Total number of files (including recycle bin and earlier versions)
String
dirNum
Total number of folders (including recycle bin)
String
recycledFileNum
Number of files in recycle bin
String
recycledDirNum
Number of folders in recycle bin
String
historyFileNum
Number of historical versions
String

Error Codes

This request operation has no special error messages. For common error messages, see Error Codes.

Ajuda e Suporte

Esta página foi útil?

comentários