KIO GDrive

From KDE Community Wiki
Revision as of 17:43, 26 May 2017 by Elvis Angelaccio (talk | contribs) (Update IRC channel and git repo URL)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

KIO GDrive is a KIO slave that enables KIO-aware applications (such as Dolphin, Kate or Gwenview) to access and edit Google Drive files on the cloud.

How to install

Archlinux

pacman -S kio-gdrive

Exherbo

cave resolve kio-gdrive

Gentoo

emerge kde-misc/kio-gdrive

KDE neon

sudo apt install kio-gdrive

openSUSE

KIO GDrive is available as part of openSUSE Tumbleweed and is regularly updated there. Use YaST or zypper to install kio-gdrive.

openSUSE Leap users can find it in the KDE:Extra third-party repository.

FreeBSD

KIO GDrive is available in the [email protected] development svn repository: http://area51.pcbsd.org/branches/plasma5 in net/kio-gdrive

Usage

Open the Network folder in Dolphin and click on "Google Drive".

You can use the command line as well:

kioclient5 exec gdrive:/

Build from source

Build on Linux

Assuming that you have all the dependencies already installed, just do:

git clone git://anongit.kde.org/kio-gdrive.git
cd kio-gdrive
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` ..
sudo make install
kdeinit5 # or just re-login

Warning

You can install into a different prefix, as long as is the same prefix kdeinit5 has been installed into.


If you have problems building from source, feel free to ask for help in the #kde-devel irc channel.

Changelog

v1.0.0

First stable release

v1.0.1

Fixed a bug that caused the login dialog to show up again after authentication (bugs 367988, 369581).

v1.0.2

Fixed copy-pasting from gdrive:// URLs to local disk (bug 369619).

v1.0.3

Stop trashing all account files on account removal.

v1.0.4

  • Fixed an issue that would make some files hidden (bug 371954)
  • Added TryExec key in the .desktop file.

v1.0.5

Updated translations.

v1.1.0

Replaced custom Dolphin .desktop file with a Google Drive link in the Network (remote://) folder.

v1.1.1

Fixed wrong write permissions in the top-level accounts folder.

v1.1.2

Updated translations.

Discussions

Links

How to Contribute

Upload patches for review here: https://phabricator.kde.org/differential/diff/create/