Use the official domain name to generate a preview download address for an object, and download as follows:
1. Use GET to send data
2. URL parameters include:id={task_id}
3. Add request header: Authorization: Bearer {{authorization}}
4. Support segment download, add Range: bytes={{rangeStartIndex}}-{{rangeEndIndex}} to the request header. eg:bytes=0-1024
File ID
Task ID
Download URL
Authorization
{
"task_id": "2013****3088",
"download_url": "https://****.com/v1/oss/download?id=2013****3088",
"authorization": "Bearer ey****ssw5c"
}