
gdrive
List of commands for gdrive:
-
gdrive:tldr:4b9f0 gdrive: Download file or directory by ID to current directory.$ gdrive download ${id}try on your machineexplain this command
-
gdrive:tldr:8715d gdrive: Download to a given local path by its ID.$ gdrive download --path ${path-to-folder} ${id}try on your machineexplain this command
-
gdrive:tldr:9e715 gdrive: Upload a local path to the parent folder with the specified ID.$ gdrive upload -p ${id} ${filename_or_folder}try on your machineexplain this command
-
gdrive:tldr:cf302 gdrive: Create a new revision of an ID using a given file or folder.$ gdrive update ${id} ${filename_or_folder}try on your machineexplain this command