Sub HttpClient1_ResponseError (Response As OkHttpResponse, Reason As String, StatusCode As Int, TaskId As Int)
Log("Error " & Reason)
Log (Response)
Log (StatusCode)
Log (TaskId)
How can I interpret this result? My code has worked before. I know that on the server a file with the same name exists, but this one should be overwritten.