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

View Recycle Bin File Detail

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-01-08 09:51:01

Description

Empty recycle bin.

Request

Request Example

GET /api/v1/recycled/`{LibraryId}`/`{SpaceId}`/`{RecycledItemId}`?info&access_token=`{AccessToken}`

Request Parameter

Request parameters.
Description
Type
Required or Not
LibraryId
Media Library ID, obtained after creating a media library in 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 (`-`); if the media library is in multi-tenant mode, you must specify this parameter. See Create Tenant Space
String
No
RecycledItemId
Recycle bin project ID. See List recycle bin projects
String
Yes
AccessToken
Access token. For Public Read Media Library or tenant space, this parameter is not specified. Otherwise, you must specify this parameter. See Generate access token
String
No

Request Body

This request does not have a request body.

Response

Response code

Successful retrieval, returns HTTP 200 OK.

Response Body

application/json
{
"type": "file",
"creationTime": "2024-11-01T09:40:28.000Z",
"modificationTime": "2024-11-01T09:40:29.000Z",
"contentType": "image/png",
"size": "1268770",
"eTag": "\\"63eea57f2bddfb9494521028871b2c68\\"",
"crc64": "15085845030039855170",
"cosUrl": "https://xxx.com",
"cosUrlExpiration": "2024-11-01T11:40:30.000Z",
"metaData": {},
"previewByDoc": false,
"previewByCI": true,
"previewAsIcon": true,
"fileType": "image",
"availableCosUrls": [
"https://xxx.com"
],
"labels": ["animal", "elephant", "Asian elephant"],
"category": "image",
"localCreationTime": "2022-07-26T02:58:09.000Z",
"localModificationTime": "2022-07-26T02:58:09.000Z",
}
Response body field description:
Response Parameters
Description
Type
type
entry type
File: file, only used for file type media library
String
creationTime
ISO 8601 formatted date and time string indicating file creation time or upload time, such as "2020-10-14T10:17:57.953Z"
String
modificationTime
The time when the file was last overwritten, or the time when subdirectories or files were last added or removed in the directory
String
size
File size, in string format to avoid accuracy issues
String
eTag
file eTag
String
crc64
CRC64-ECMA182 check value of the file
String
contentType
media type
String
metaData
file metadata information
String
fileType
File type: Excel, PowerPoint, etc.
String
previewByDoc
whether WPS can be used for preview
Boolean
previewByCI
whether Wanxiang can be used for preview
Boolean
previewAsIcon
Use preview image as icon
Boolean
cosUrl
File access URL
String
availableCosUrls
backup cosUrl array
Array
cosUrlExpiration
cosUrl validity time
String
labels
Simplified file tag list, specified when uploading or modifying files
String Array
category
customized category
String
localCreationTime
File local creation time
String
localModificationTime
File local modification time
String

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan