This code works with Innovator v11sp12, but not with v12
UploadCommand uCommand = connection.CreateUploadCommand(); uCommand.AddFile(arasFileItem.Id(), arasFileItem.LocalFile); connection.Apply(uCommand).AssertNoError();
With Innovator v12 I've got the exception with response 404 from Innovator inside it.