Skip to content

SCP002/gdrive

 
 

Repository files navigation

gdrive No Maintenance Intended

Overview

gdrive is a command line utility for interacting with Google Drive.

How to use

Create oauth_client.json file in the binary folder with the following content:

{
  "client_id": "YOUR_CLIENT_ID",
  "client_secret": "YOUR_CLIENT_SECRET"
}

and run, for example gdrive --config . about.

To see the list of available commands, run gdrive help.

YOUR_CLIENT_ID and YOUR_CLIENT_SECRET can be obtained by adding Google Drive API to your Google Cloud console and creating OAuth Client ID credentials for it.

Important

This fork intends to collate important fixes that are necessary to keep this thing working.

About

Google Drive CLI Client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.8%
  • Shell 2.8%
  • Nix 0.4%