gdrive

Google Drive CLI Client

MIT License

Downloads
119
Stars
1.5K

Bot releases are hidden (Show)

gdrive - v3.9.1 Latest Release

Published by prasmussen 9 months ago

  • Fix max param
gdrive - v3.9.1

Published by prasmussen 9 months ago

gdrive - v3.9.0

Published by prasmussen over 1 year ago

files download

  • Added --stdout flag which writes file to stdout

permissions share

  • Fixed issue with sharing files with type user
gdrive - v3.8.0

Published by prasmussen over 1 year ago

drives list

  • Added command to list shared drives

files list

  • Added --drive-id <DRIVE_ID> option which makes it easier to list files on shared drives

files download

  • Added --follow-shortcuts flag which downloads the file the shortcut is pointing to
gdrive - v3.7.0

Published by prasmussen over 1 year ago

files download

  • Files that already exists are now skipped when using the --recursive flag

files list

  • Added --skip-header flag which omits the header from the output
  • Added --field-separator <separator> option which lets you change the separator from tab to something else
  • Added --full-name flag which prints the full file name instead of truncating it

files permissions

  • Added --skip-header flag which omits the header from the output
  • Added --field-separator <separator> option which lets you change the separator from tab to something else
gdrive - v3.6.0

Published by prasmussen over 1 year ago

New commands

  • Added permissions share which lets you share files
  • Added permissions revoke which lets you un-share files
  • Added permissions list
gdrive - v3.5.0

Published by prasmussen over 1 year ago

New commands

  • Added files rename which lets you rename files and folders
  • Added files move which lets you move a file or directory to a new directory
  • Added files copy which lets you copy a file to another directory
gdrive - v3.4.0

Published by prasmussen over 1 year ago

New commands

  • Added files import which can import files to a google document/spreadsheet/presentation to drive
  • Added files export which can export a google document/spreadsheet/presentation from drive

files mkdir

  • Added --print-only-id flag which makes it easier to extract the id from scripts

files upload

  • Added --print-only-id flag which makes it easier to extract the id from scripts
gdrive - v3.3.0

Published by prasmussen over 1 year ago

files download

  • Added --recursive flag which enables directory download
  • Added --destination <PATH> option which lets you download files to a specific directory

files upload

  • Added --recursive flag which enables directory upload

files list

  • Added --parent <FOLDER_ID> option which makes it easier to list files in a directory
gdrive - v3.2.0

Published by prasmussen almost 2 years ago

  • Added files mkdir command
gdrive - v3.1.0

Published by prasmussen almost 2 years ago

  • Added files update command
  • Added --chunk-size option for uploads
  • Added --print-chunk-errors and --print-chunk-info which are useful for debugging api issues
  • Fixed issue related to retrying failed chunks
gdrive - v3.0.0

Published by prasmussen almost 2 years ago

Features

  • Account export/import
  • Download file (not directories)
  • Upload file (not directories)
  • List files
  • Get file info