Code Monkey home page Code Monkey logo

kio-onedrive's Introduction

https://community.kde.org/KIO_OneDrive

KIO-OneDrive (forked from KIO-GDrive) is a KIO Slave to access Microsoft OneDrive.

INSTALLATION

$ git clone https://github.com/martijn-schmidt/kio-onedrive.git
$ cd kio-onedrive
$ mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` ..
$ sudo make install
$ kdeinit5 # or just re-login

Now you are ready to use the slave. Either click the "Network" button in Dolphin or run:

$ kioclient5 exec onedrive:/

KNOWN ISSUES

GDocs file don't have file size Not our fault, Microsoft OneDrive API simply does not return filesize of these files. I think it's because they are in the Microsoft Office format, so the size is irrelevant, since only GDocs can open them, and if we convert the files into .ODT or .DOCX or whatever else, the size is different (so we would have to measure it manually)

Folders have "Unknown" size We cannot provide size information on folders, so I guess this is actually implemented in KIO/Dolphin by simply listing each folder and showing the number of files. This is probably not done on remote filesystems to save bandwidth and improve performance, hence the size is "unknown".

TODO

Open tasks are tracked here: https://phabricator.kde.org/tag/kio_onedrive/

kio-onedrive's People

Contributors

elvisangelaccio avatar danvratil avatar martijn-schmidt avatar a17r avatar bcooksley avatar lueck-b avatar hsitter avatar poboiko avatar tosky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.