GitXplorerGitXplorer
j

gdrive

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

CLI for Google Drive

  1. Get Google API credentials from https://console.cloud.google.com/apis/credentials and store in .run/secrets.json.
  2. Ensure the Drive API is enabled for these credentials, e.g. gcloud services enable drive.
  3. Then try it:
yarn install && yarn link

gdrive list [<start-of-name>]
gdrive download <fileId>
gdrive upload <path>

More verbs to come.