Retrieves the details of a file by its file ID.
Request syntax
Request example
Request parameters
Parameter | Type | Parameter location | Required | Description |
|---|---|---|---|---|
file_id | String | path | Yes | The file ID. You can obtain this ID from the upload file or list files operations. |
Response example
Response parameters
Parameter | Type | Description |
|---|---|---|
data.file_id | String | The file ID. |
data.url | String | The file download link. |
data.name | String | The file name. |
data.size | Number | The file size. |
data.md5 | String | The MD5 of the file. |
data.description | String | The file description. |
data.gmt_create | Date | The time when the file was uploaded. |
data.id | String | The internal ID of the file. |
data.region | String | The region where the file is stored. |
data.user_id | String | The user ID. |
data.api_key_id | String | The API Key ID. |
request_id | String | The unique ID for the request. It can be used for troubleshooting. |