Where is button to delete file?

On on the native Files app I cannot see an option to delete a single file. For each file there is just:

  • Share icon
  • Ellipsis icon, containing Details and Download

Advice?


Nextcloud version (eg, 10.0.2): 12.03
Operating system and version (eg, Ubuntu 16.04): Debian 7
Apache or nginx version (eg, Apache 2.4.25): 2.2
PHP version (eg, 5.6): 5.6

Was a permissions problem of course. Turns out it is not enough to chown the files to www-data, you need to complete that by doing a sudo -u www-data php occ files:scan --all in the Nextcloud directory as well.