Google Drive client with support for new Drive REST API and partial sync http://yourcmc.ru/wiki/Grive2
 
 
 
 
 
Go to file
Massimo Gengarelli 6f94393a5e Ignore Eclipse's files and build directory 2012-04-29 00:12:16 +02:00
icon thanks Chris Goodman for contributing the icons! 2012-04-26 17:26:04 +08:00
src set the mtime of the local file to be the same as the remote 2012-04-28 01:52:02 +08:00
test set the mtime of the local file to be the same as the remote 2012-04-28 01:52:02 +08:00
.gitignore Ignore Eclipse's files and build directory 2012-04-29 00:12:16 +02:00
CMakeLists.txt set the mtime of the local file to be the same as the remote 2012-04-28 01:52:02 +08:00
README updated readme 2012-04-27 02:12:47 +08:00

README

The first version of grive:

This is a very experimental version. It just download all the files in your google drive
in the current directory.

This is compiled in Fedora 16 x64. You need the following libraries to run:
json-c, libcurl, libstdc++ and openssl.

For the first time running grive, you should use the "-a" argument to grant
permission to grive to access to your Google Drive. An URL should be printed.
Go to the page. You will need to login to your google account if you haven't
done so. After granting the permission to grive, the browser will show you
an authenication code. Copy-and-paste that to the standard input of grive.

If everything works fine, grive will create a .grive file in your home directory.
It will also start downloading files from your Google Drive to your current directory.

Enjoy!