Releases: glotlabs/gdrive
Releases Β· glotlabs/gdrive
v3.9.1
v3.9.0
files download
- Added
--stdoutflag 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-shortcutsflag which downloads the file the shortcut is pointing to
v3.7.0
files download
- Files that already exists are now skipped when using the
--recursiveflag
files list
- Added
--skip-headerflag 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-nameflag which prints the full file name instead of truncating it
files permissions
- Added
--skip-headerflag 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 sharewhich lets you share files - Added
permissions revokewhich lets you un-share files - Added
permissions list
v3.5.0
New commands
- Added
files renamewhich lets you rename files and folders - Added
files movewhich lets you move a file or directory to a new directory - Added
files copywhich lets you copy a file to another directory
v3.4.0
New commands
- Added
files importwhich can import files to a google document/spreadsheet/presentation to drive - Added
files exportwhich can export a google document/spreadsheet/presentation from drive
files mkdir
- Added
--print-only-idflag which makes it easier to extract the id from scripts
files upload
- Added
--print-only-idflag which makes it easier to extract the id from scripts
v3.3.0
files download
- Added
--recursiveflag which enables directory download - Added
--destination <PATH>option which lets you download files to a specific directory
files upload
- Added
--recursiveflag 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 mkdircommand
v3.1.0
- Added
files updatecommand - Added
--chunk-sizeoption for uploads - Added
--print-chunk-errorsand--print-chunk-infowhich are useful for debugging api issues - Fixed issue related to retrying failed chunks