Ubuntu version: 14.04.5 LTS.
gdrive is a command line utility for interacting with Google Drive.
I have initialized gdrive (https://github.com/prasmussen/gdrive) with a specific user. As example gdrive about returns its information.
The way we can download a uploaded folder as follows:
gdrive [global] download [options] <fileId>
For more information please type: gdrive help download.
I want to download a folder through using gdrive download as zipped. Is there any way to force downloading a folder as zipped?
.zip or.tar.gzand store it under a folder. Later if a folder is shared with another user, they can upload file into it instead of updating/overwriting it. @Thomas Ward♦ – alper Apr 13 '18 at 14:08