Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KDE/kio-gdrive
KIO Slave to access Google Drive
https://github.com/KDE/kio-gdrive
Last synced: 3 days ago
JSON representation
KIO Slave to access Google Drive
- Host: GitHub
- URL: https://github.com/KDE/kio-gdrive
- Owner: KDE
- License: other
- Created: 2016-02-09T11:54:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:26:34.000Z (7 months ago)
- Last Synced: 2024-05-01T12:01:53.788Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/network/kio-gdrive
- Size: 1.03 MB
- Stars: 92
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
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-loginNow you are ready to use the worker. 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/