/drivecopy

Drive Copy is a simple command line utility to download, replace and upload Google Drive binary files.

Primary LanguageJavaApache License 2.0Apache-2.0

This repository is now archived. A good alternative is https://rclone.org/drive/.

Drive Copy

Drive Copy is a simple command line utility to download, replace and upload Google Drive binary files.

build

Getting started

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.

Features

  • download binary files from Google Drive
  • upload binary files to Google Drive
  • replace Google Drive binary files
  • backup directories to Google Drive

Usage

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>

Author

GitHub @gherynos

License

Drive Copy is licensed under the Apache License, Version 2.0.