GitXplorerGitXplorer
j

gdrive

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
09e53152bae19ffc7ecd370ea99ce195f13cac85

update dependencies, add search capability to list

jjoshgav committed 6 years ago
Unverified
06809d7faf25ca9c50f11ce3af7f588d22ddb1ac

add basic upload op

jjoshgav committed 7 years ago
Unverified
5d795148b27d0c0828debcc3e2b07cbbf1ce097b

add download op

jjoshgav committed 7 years ago
Unverified
f02975bbd580a1400b0bcdfe7c38ca875441dfe6

initial commit

jjoshgav committed 7 years ago

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.