grive2/README

19 lines
821 B
Plaintext
Raw Normal View History

2012-04-25 22:21:23 +04:00
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:
2012-04-26 22:12:47 +04:00
json-c, libcurl, libstdc++ and openssl.
2012-04-25 22:21:23 +04:00
2012-04-26 22:12:47 +04:00
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.
2012-04-25 22:21:23 +04:00
2012-04-26 22:12:47 +04:00
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.
2012-04-25 22:21:23 +04:00
2012-04-26 22:12:47 +04:00
Enjoy!