Google Drive Client For Linux

Finally, Google Drive Client for Linux released. But publisher is not Google! That’s not suprise for me. There is no Google Talk client for Linux for long years that’s published from Google. Also Picasa is starting with Wine. There is so many Google’s product that are not running on Linux.

Thankfully, there is such thing as Open Source. Some contributors developed Google Drive Client for Linux that named grive. They uses oAuth. And because of client is open source and uses oAuth, we can use it without thinking of security.

Here is web page for grive: http://match065.github.com/grive/
Github page: https://github.com/match065/grive

How to install on Ubuntu: http://www.webupd8.org/2012/05/grive-open-source-google-drive-client.html

Update:

grive can’t run as a service for now. They said we will do that :) Until they do, you can use crontab for running just like a service.


crontab -e

Add following code to end of crontab file.

0,5,10,15,20,25,30,35,40,45,50,55 * * * * cd ~/grive;grive

You can change minutes, if you want.

Thanks to ne gerek var ki from eksisozluk.com for this trick.

Leave a Reply

Your email address will not be published. Required fields are marked *