Using the official OneDrive Linux client:
$ sudo dnf install -y onedrive # or "apt install", etc. - depends on distro
$ onedrive # gives a link, open it in browser to login to OneDrive
$ onedrive --synchronize # sync files to ~/OneDrive ; downloading files first time takes some time
$ systemctl enable onedrive@<username>.service --now # sync automatically in background
Check more on its usage in the docs.