Failure to download 0 Unknown Error

Failure to download 0 Unknown Error

The problem

Http failure response for https://andrea-datatransfer-api.andrea.p.azurewebsites.net/api/DataRequest/xxxxxxxxxxxxx/file/xxxxx%20%2B%20xxxxx.jpg: 0 Unknown Error



The cause

There is a '+' or '#' sign in the file name, this translates to %2B% and this makes the download fail.

The solution

  1. Remove the '+' or '#' signs from folders and files, or
  2. Zip and ensure the zip-file has no '+' or '#' Sign