I am trying to transfer 7,860,379 files using a transfer system via a list of URLs, however I always encounter the same error:
{
"errorBreakdowns": [
{
"errorCode": "UNKNOWN",
"errorCount": "1",
"errorLogEntries": [
{
"url": " or ",
"errorDetails": [
""
]
}
]
}
]
}
All of my URLs are valid and the file format is as documented:
TsvHttpData-1.0
^([^ ]+)\t([0-9]+)\t([a-f0-9]{32})$
The error I discovered is that the API is very general, someone went through the same problem?
Since I thank you.
source
share