Not Acceptable error on OwnCloud

Expected behaviour

Tell us what should happen
I would like to upload anything I want onto my own Owncloud server. I know it's probably a security feature but I've been developing some things in Python but every time I try to upload one of my apps, Owncloud detects it as a virus and doesn't upload it. But I made it myself, so I know it is not a virus, I just need to put it on my cloud, because that's what I would like to keep my projects on. A few projects I made ARE viruses and I get the same error. I would just like to upload whatever I want without error

Actual behaviour

Tell us what happens instead
I get "Not acceptable" error in the logs when I look at why the file didn't upload

Steps to reproduce

  1. Upload "Example.py"
  2. Doesn't work, get an error "Not acceptable"

Server configuration

Operating system:

Web server:
Apache 2.2.32
Database:

PHP version: 5.6.29

ownCloud version: 10.0.2

Storage backend (external storage):

Client configuration

Client version: 2.3.2

Operating system: Windows 10 Home

OS language:

Qt version used by client package (Linux only, see also Settings dialog):

Client package (From ownCloud or distro) (Linux only):

Installation path of client:

Logs

Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.

Template for output < 10 lines

  1. Client logfile: Output of owncloud --logwindow or owncloud --logfile log.txt
    (On Windows using cmd.exe, you might need to first cd into the ownCloud directory)
    (See also http://doc.owncloud.org/desktop/2.2/troubleshooting.html#client-logfile )

  2. Web server error log:

  3. Server logfile: ownCloud log (data/owncloud.log):

I don't think that this is blocked in owncloud. Probably some security mechanisms on your server is causing this.