What is the problem you are having with rclone?
I am a computer science teacher whose school has recently gone cloud only however their chosen software (https://www.iamcloud.com/cloud-drive-mapper/) doesn't support union file-systems with a writeback which rclone does flawlessly.
As getting students to individual configure rclone for their Onedrive and the school sharepoint via the cli would be next to impossible (plus IT are never going to give them access to command prompt anyway).
Is it possilbe to call rclone for with a config file that has been stripped of auth tokens and call just the auth token process for the two required remotes?
Alternatively I already have a Qt/C++ app and sever used for quizzes, could I possibly wrap rclone.exe as QProcess and programmaticly talk to the CLI ?
In short any best practice / tools for enterprise (2000 users) roll-out of rclone ?