Google Drive client with support for new Drive REST API and partial sync http://yourcmc.ru/wiki/Grive2
 
 
 
 
 
Go to file
Matchman Green e094e69d1a thanks Chris Goodman for contributing the icons! 2012-04-26 17:26:04 +08:00
icon thanks Chris Goodman for contributing the icons! 2012-04-26 17:26:04 +08:00
src refactored. changed license to GPLv2 only. clean up console UI. 2012-04-26 12:21:40 +08:00
.gitignore first version. can download files 2012-04-26 00:13:17 +08:00
CMakeLists.txt refactored. changed license to GPLv2 only. clean up console UI. 2012-04-26 12:21:40 +08:00
README added readme file 2012-04-26 02:21:23 +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++

To run it, first run "grive -a", it will print out a URL to the console. Open the URL in
a browser with your google account sign in, and authorize the app. It should display an
authenication code.

Run "grive -c 'auth code here'", the app will display a refresh code. Set this code to
an environment variable:
export GR_REFRESH_CODE='your code here'

Now run "grive" and it will download all your google drive files in the current directory.