Google Drive client with support for new Drive REST API and partial sync http://yourcmc.ru/wiki/Grive2
 
 
 
 
 
Go to file
Matchman Green ade83c6d70 added libiberty. now can be built in OpenSUSE 12.1.
Thanks Arif Widi Nugroho for the help!
2012-05-24 23:25:49 +08:00
cmake/Modules added libiberty. now can be built in OpenSUSE 12.1. 2012-05-24 23:25:49 +08:00
grive set the mode of .grive to 0600 for security. 2012-05-24 19:06:03 +08:00
icon thanks Chris Goodman for contributing the icons! 2012-04-26 17:26:04 +08:00
libgrive added libiberty. now can be built in OpenSUSE 12.1. 2012-05-24 23:25:49 +08:00
.gitignore Ignore Eclipse's files and build directory 2012-04-29 00:12:16 +02:00
CMakeLists.txt changed version to 0.1.0 2012-05-20 15:01:52 +08:00
COPYING updated the readme file and added GPLv2 license 2012-05-02 23:43:39 +08:00
README Corrected grammar slightly :) 2012-05-24 01:50:57 +03:00

README

Grive 0.1.0

Grive is still considered experimental. It just downloads all the files in your google drive
into the current directory. After you make some changes to the local files, run grive and
it will upload your changes back to your google drive.

There are a few things that grive does not do at the moment:
- wait for changes in file system to occur and upload. Grive only sync when you run it.
- create new files in google drive. Grive only uploads changed files that already
  exist in server.
  
Of course these will be done in future, possibly the next release.

This is compiled in Fedora 16 x64. You need the following libraries to run:
json-c, libcurl, libstdc++ and openssl. CppUnit is also optional and required
only if you want to build the test cases.

When grive is ran for the first time, 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 link. 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!