Retrieves the download URLs for transferred files.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:ListTransferFileDownloadUrl |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
No |
The task ID. |
trt-hffhi4nmqoi4**** |
| FileIds |
array |
No |
The list of file IDs to query. |
|
|
string |
No |
The ID of the file to query. |
trf-i4pz8emx2k2fr**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response elements. |
||
| RequestId |
string |
The request ID. |
F1F01499-8F3D-5657-91AD-48177EB**** |
| Urls |
array<object> |
The list of download URL information for the files. |
|
|
object |
Information about a file download URL. |
||
| FileId |
string |
The file ID. |
trf-i4pz8emx2k2fr**** |
| Url |
string |
The download URL of the file. |
http://xxsy-transfer.oss-cn-beijing.aliyuncs.com/xxxx |
| Status |
string |
The status of the file. Valid values:
|
DELETED |
| FileName |
string |
The name of the file. |
document.txt |
Examples
Success response
JSON format
{
"RequestId": "F1F01499-8F3D-5657-91AD-48177EB****",
"Urls": [
{
"FileId": "trf-i4pz8emx2k2fr****",
"Url": "http://xxsy-transfer.oss-cn-beijing.aliyuncs.com/xxxx",
"Status": "DELETED",
"FileName": "document.txt"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.