In order for BeDrive to perform some scheduled tasks (like deleting temporary files and expired shareable links), you will need to set up a CRON job on your server.
You can usually create CRON jobs from your hosting's Cpanel. You should create a CRON job that calls the command below every minute:
php /path/to/bedrive/folder/artisan schedule:run >> /dev/null 2>&1