gdrive is a command line utility for interacting with Google Drive.
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.
This fork intends to collate important fixes that are necessary to keep this thing working.