kio-onedrive, a project of mine that uses a KIO worker (same as what allows you to put ftp:/ and ssh:/ into Dolphin) to access Microsoft OneDrive, is in a state I believe would be useful for people who use OneDrive. I’ve been using it for a few days now, and it works well.
If you have proposed fixes or suggestions, please either file an issue or MR. It currently can read and write files as well as list folders.
Note I cannot put all the time in the word to this, so it might take a while for me to respond.
Hello,
Thank you for catching this. The issue should be fixed on ‘master’. Please pull the repository and try to compile again.
And one note: please file future bug reports, compile errors, and any kind of issues you may encounter at the Invent issues page. This makes it easier for me to track what has been fixed and what hasn’t.
Hello and thanks for your effort to make OneDrive integrate into Dolphin that well. I tested it on a current Arch Linux system and it seems to work.
One thing I have stumbled upon is that compilation with Ninja did not work due to missing symbol ONEDRIVE in DriveItem.cpp. I had to manually add #include "onedrivedebug.h" to make it compile.
Hi! I don’t know much about build systems, but if that’s something you’ve identfied that could be incorporated and improved for all users, submitting an issue or merge request to the Invent issues page linked above would be perfect to help ensure it’s in place in the project going forward