Parameter | Type | Description | Example |
---|---|---|---|
object | The information about the file. | ||
domain_id | string | The domain ID. | bj1 |
drive_id | string | The drive ID. | 1 |
file_id | string | The file ID. | 5d79206586bb5dd69fb34c349282718146c55da7 |
name | string | The file name. | 1.mov |
type | string | The file type. Valid values:
| file |
content_type | string | The type of the content. | application/json |
created_at | string | The time when the file was created. | 2019-08-20T06:51:27.292Z |
updated_at | string | The time when the file was modified. | 2019-08-20T06:51:27.292Z |
description | string | The description of the file. | image file |
trashed_at | string | The time when the file was put into the recycle bin. | 2019-08-20T06:51:27.292Z |
file_extension | string | The file name extension. | txt |
hidden | |||
size | long | The file size or folder size. The folder size is calculated based on all descendant files and folders in the folder. Note: The folder size can be returned only when you call the ListFile or GetFile operation and include the dir_size field in the fields parameter. | 1024 |
starred | boolean | Specifies whether to add the file to favorites. | false |
status | string | The status of the file. Only files and directories in the available state can be accessed. If you call the GetFile operation to obtain a file that is in the uploading state, a response indicating that the file does not exist is returned. If you call the ListFile operation to query files, files in the uploading state are not returned. | available |
labels | string | The labels of the file. | ["label1:1", "label2:2"] |
upload_id | string | The upload ID. | C9DCFE5A82644AC7A02DB74C30C934A6 |
parent_file_id | string | The parent folder ID. | 3d5b846942cf94fa72324c8a4bda34e81da635a |
crc64_hash | string | crc64 | 3574582125365864471 |
content_hash | string | The hash value of the content. | EA4942AA8761213890A5C386F88E6464D2C31CA3 |
content_hash_name | string | The name of the hash algorithm. Set the value to sha1. | sha1 |
download_url | string | The download URL. The default validity period of the download URL is 15 minutes. If the URL expires, you can obtain the URL by calling the GetFile operation. | https://data.aliyunpds.com/hz22%2F5d5b986facbec311ef844c25954f96821497b383%2F5d5b986f955410dd991646bb87c6b4e899eff525?Expires=xxx&OSSAccessKeyId=xxx&Signature=xxx |
thumbnail | string | The URL of the thumbnail. This parameter is deprecated and we recommend that you use thumbnail_urls. | https://data.aliyunpds.com/hz22%2F5d5b986facbec311ef844c25954f96821497b383%2F5d5b986f955410dd991646bb87c6b4e899eff525?Expires=xxx&OSSAccessKeyId=xxx&Signature=xxx |
category | string | The category. Drive and Photo Service (PDS) classifies files based on their extensions and mime-type. The supported categories include doc, image, audio, and video. | image |
local_created_at | string | The time when the local file was created. The time refers to the local time when the file was uploaded. This parameter helps identify the local upload time. | 2019-08-20T06:51:27.292Z |
local_modified_at | string | The time when the local file was modified. The time refers to the local time when the modified file was uploaded. This parameter helps identify the local update time. | 2019-08-20T06:51:27.292Z |
revision_id | string | The version ID. If a file that has the same file ID with an existing one is uploaded, a new version ID is generated for the file. | 5d5b846942cf94fa72324c14a4bda34e81da635d |
investigation_info | object | The review information. | |
status | long | The status of the review. Valid values:
| 4 |
suggestion | string | The recommended operation provided by the review. Valid values:
| pass |
thumbnail_urls | object | The information about the returned thumbnail. The value corresponds to the key that is specified by thumbnail_processes. | |
string | The information about the returned thumbnail. The value corresponds to the key that is specified by thumbnail_processes. | "128X128": "https://url1", "800X800": "url2" | |
image_media_metadata | ImageMediaMetadata | The image metadata. This parameter takes effect only if the value-added image processing feature is enabled. | |
user_tags | object | The custom tags. | |
string | The custom tag. | ||
video_media_metadata | VideoMediaMetadata | The audio and video information. | |
action_list | array | The permissions. | |
string | |||
auto_delete_left_sec | long | The remaining time until the file is automatically deleted from the recycle bin (if in it). |