File: README.md

package info (click to toggle)
kio-gdrive 1.2.5%2Bfixedtarball-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 476 kB
  • sloc: cpp: 1,665; xml: 82; makefile: 3; sh: 1
file content (40 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
https://community.kde.org/KIO_GDrive

Hello there, lonely wanderer and welcome to the magical land of Google Drive!


INSTALLATION
============

    $ 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

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

    $ kioclient5 exec gdrive:/


KNOWN ISSUES
============

GDocs file don't have file size
  Not our fault, Google Drive API simply does not return filesize of these files.
  I think it's because they are in the Google Docs 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_gdrive/