Skip to content

Releases: glotlabs/gdrive

v3.9.1

01 Feb 19:24
Compare
Choose a tag to compare
  • Fix max param

v3.9.0

11 Mar 12:27
Compare
Choose a tag to compare

files download

  • Added --stdout flag which writes file to stdout

permissions share

  • Fixed issue with sharing files with type user

v3.8.0

06 Mar 15:35
Compare
Choose a tag to compare

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

v3.7.0

28 Feb 18:01
Compare
Choose a tag to compare

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

v3.6.0

24 Jan 16:45
Compare
Choose a tag to compare

New commands

  • Added permissions share which lets you share files
  • Added permissions revoke which lets you un-share files
  • Added permissions list

v3.5.0

23 Jan 15:23
Compare
Choose a tag to compare

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

v3.4.0

22 Jan 18:59
Compare
Choose a tag to compare

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

v3.3.0

21 Jan 16:17
Compare
Choose a tag to compare

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

v3.2.0

16 Jan 09:26
Compare
Choose a tag to compare
  • Added files mkdir command

v3.1.0

10 Jan 12:30
Compare
Choose a tag to compare
  • 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