Mount a OneDrive or SharePoint drive with FUSE.
$ python3 -m pydrive
Usage: __main__.py [mountpoint] [options]
Options:
-h, --help show this help message and exit
-o opt,[opt...] mount options
-D DRIVE, --drive=DRIVE
drive ID to mount, default user's OneDriveAdditional options passed to FUSE include -f to run in foreground and -d for debug output.