Warning, /network/kio-gdrive/README.md is written in an unsupported language. File is not indexed.

0001 https://community.kde.org/KIO_GDrive
0002 
0003 Hello there, lonely wanderer and welcome to the magical land of Google Drive!
0004 
0005 
0006 INSTALLATION
0007 ============
0008 
0009     $ git clone git://anongit.kde.org/kio-gdrive.git
0010     $ cd kio-gdrive
0011     $ mkdir build && cd build
0012     $ cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` ..
0013     $ sudo make install
0014     $ kdeinit5 # or just re-login
0015 
0016 Now you are ready to use the slave. Either click the "Network" button in Dolphin or run:
0017 
0018     $ kioclient5 exec gdrive:/
0019 
0020 
0021 KNOWN ISSUES
0022 ============
0023 
0024 GDocs file don't have file size
0025   Not our fault, Google Drive API simply does not return filesize of these files.
0026   I think it's because they are in the Google Docs format, so the size is irrelevant,
0027   since only GDocs can open them, and if we convert the files into .ODT or .DOCX or
0028   whatever else, the size is different (so we would have to measure it manually)
0029 
0030 Folders have "Unknown" size
0031   We cannot provide size information on folders, so I guess this is actually implemented
0032   in KIO/Dolphin by simply listing each folder and showing the number of files. This
0033   is probably not done on remote filesystems to save bandwidth and improve performance,
0034   hence the size is "unknown".
0035 
0036 
0037 TODO
0038 ===========
0039 
0040 Open tasks are tracked here: https://phabricator.kde.org/tag/kio_gdrive/