If you’re using OwnCloud and have a process whereby your add or remove files from directories via some sort of server process, you may find that you need to force OwnCloud to update/rescan the file listing. To do so you can manually run the following command…
sudo -u username php /path/to/owncloud/console.php files:scan --all
You may also want to consider adding it to the crontab for “username” on a daily basis.
Thanks to this site for pointing me in the right direction.
Please remember to subscribe to the newsletter or feed to stay up to date!Disclaimer: Thoughts and opinions are my own, and do not reflect the views of any employer, family member, friend, or anyone else. Some links may be affiliate links, but I don't link to anything I don't use myself.