MyCloud backing up to OneDrive

I am looking to have files from my MyCloud EX4100 sync to my Office 365 OneDrive account. I do not think this is possible through the configuration menu, but is there a way to do it through a PC that has it mapped as a network drive?

Try this,
go to CMD command prompt and type
mklink /J “C:\Users\User\OneDrive - XXXXXXXX\test folder” “C:\Users\User\Downloads”
then enter
you will see this folder created in your local OneDrive called test folder and its linked to the download folder at your user level.
it will sync all your files automatically with your downloads
the first segment is to create a folder in OneDrive, the the second segment “C:\Users\User\Downloads” is your target folder you need to sync
this is also applicable to your mapped drives.
enjoy