This repository is now archived. A good alternative is https://rclone.org/drive/.
Drive Copy is a simple command line utility to download, replace and upload Google Drive binary files.
Download the latest release and see the examples below.
The first time Drive Copy tries to reach Google it will ask authorization codes: see Setup steps.
For the complete list of options see the How To.
- download binary files from Google Drive
- upload binary files to Google Drive
- replace Google Drive binary files
- backup directories to Google Drive
Download a file:
$ java -jar drivecopy.jar -f <local_file> download <drive_file>
Upload a file:
$ java -jar drivecopy.jar -f <local_file> upload <drive_file>
Replace a file:
$ java -jar drivecopy.jar -f <local_file> replace <drive_file>
GitHub @gherynos
Drive Copy is licensed under the Apache License, Version 2.0.