Download File
This API returns the file content in binary format. We are supporting a common API for all file type download.
The various domains and their respective download server domain URLs are:
- US: https://download.zoho.com
- AU: https://download.zoho.com.au
- EU: https://download.zoho.eu
- IN: https://download.zoho.in
- CN: https://download.zoho.com.cn
- JP: https://download.zoho.jp
- UAE: https://files.zoho.ae
- CA: https://download.zohocloud.ca
- SA: https://files.zoho.sa
Endpoints
OAuth Scope
WorkDrive.files.READ, ZohoFiles.files.READCopied!
curl --request GET \
--url https://download.zoho.com/v1/workdrive/download/{resource_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
resource_idstring(Required)
The unique ID of the file.
Query Parameters
Note:
Query parameter name should be URL encoded with UTF-8 Charset. For more info, refer here
versionstring(Optional)
The version number of the file to download.
200 Success - File downloaded successfully400 BAD_REQUEST - Permission issues {
"errors": [
{
"id": "F7003",
"title": "Invalid OAuth token"
}
]
}
{
"errors": [
{
"id": "A001",
"title": "Unauthorized access"
}
]
}
402 PAYMENT_REQUIRED {
"errors": [
{
"id": "R008",
"title": "Authorization check failed"
}
]
}
{
"errors": [
{
"id": "F7004",
"title": "Invalid OAuth scope"
}
]
}
404 Invalid DFS details422 VIRUS_DETECTED {
"errors": [
{
"id": "F900",
"title": "Subversion access denied"
}
]
}
{
"errors": [
{
"id": "F918",
"title": "Resource version is locked"
}
]
}
{
"errors": [
{
"id": "V001",
"title": "Virus detected in file"
}
]
}
500 Library not found or KMS token fetch failed© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.