You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://plant.treeware.earth/labbots/google-drive-upload"><imgalt="Buy us a tree"src="https://img.shields.io/treeware/trees/labbots/google-drive-upload?color=green&label=Buy%20us%20a%20Tree%20%F0%9F%8C%B3&style=for-the-badge"></a>
10
14
</p>
11
15
@@ -410,6 +414,12 @@ These are the custom flags that are currently implemented:
410
414
411
415
---
412
416
417
+
- <strong>--speed 'speed'</strong>
418
+
419
+
Limit the download speed, supported formats: 1K, 1M and 1G.
420
+
421
+
---
422
+
413
423
- <strong>-q | --quiet</strong>
414
424
415
425
Supress the normal output, only show success/error upload messages for files, and one extra line at the beginning for folder showing no. of files and sub folders.
Copy file name to clipboardExpand all lines: upload.sh
+26-16Lines changed: 26 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Options:\n
18
18
-o | --overwrite - Overwrite the files with the same name, if present in the root folder/input folder, also works with recursive folders.\n
19
19
-d | --skip-duplicates - Do not upload the files with the same name, if already present in the root folder/input folder, also works with recursive folders.\n
20
20
-S | --share <optional_email_address>- Share the uploaded input file/folder, grant reader permission to provided email address or to everyone with the shareable link.\n
21
+
--speed 'speed' - Limit the download speed, supported formats: 1K, 1M and 1G.\n
21
22
-i | --save-info <file_to_save_info> - Save uploaded files info to the given filename.\n
22
23
-z | --config <config_path> - Override default config file with custom config file.\nIf you want to change default value, then use this format -z/--config default=default=your_config_file_path.\n
23
24
-q | --quiet - Supress the normal output, only show success/error upload messages for files, and one extra line at the beginning for folder showing no. of files and sub folders.\n
0 commit comments