Releases: glotlabs/gdrive
Releases Β· glotlabs/gdrive
v3.9.1
v3.9.0
files download
- Added
--stdout
flag which writes file to stdout
permissions share
- Fixed issue with sharing files with type
user
v3.8.0
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
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
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
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
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
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
- Added
files mkdir
command
v3.1.0
- 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