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
[FEATURE] Add -SM/-sm/--share-mode flag | Resolve#139
Specify the share mode for sharing file.
Share modes are:
- r / reader - Read only permission.
- w / writer - Read and write permission.
- c / commenter - Comment only permission.
Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary.
In output, show which mode used for sharing file
(SHARED[w]) means shared with write perms
Note: For files inside folders, use --description-all flag.\n
1555
1555
-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
1556
1556
-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
1557
+
-SM | -sm | --share-mode 'share mode' - Specify the share mode for sharing file.\n
1558
+
Share modes are: r / reader - Read only permission.\n
1559
+
: w / writer - Read and write permission.\n
1560
+
: c / commenter - Comment only permission.\n
1561
+
Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary.\n
1557
1562
--speed 'speed' - Limit the download speed, supported formats: 1K, 1M and 1G.\n
1558
1563
-i | --save-info <file_to_save_info> - Save uploaded files info to the given filename.\n
1559
1564
-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
Copy file name to clipboardExpand all lines: bash/upload.bash
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@ Options:\n
28
28
Note: For files inside folders, use --description-all flag.\n
29
29
-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
30
30
-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
31
+
-SM | -sm | --share-mode 'share mode' - Specify the share mode for sharing file.\n
32
+
Share modes are: r / reader - Read only permission.\n
33
+
: w / writer - Read and write permission.\n
34
+
: c / commenter - Comment only permission.\n
35
+
Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary.\n
31
36
--speed 'speed' - Limit the download speed, supported formats: 1K, 1M and 1G.\n
32
37
-i | --save-info <file_to_save_info> - Save uploaded files info to the given filename.\n
33
38
-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
Note: For files inside folders, use --description-all flag.\n
1481
1481
-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
1482
1482
-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
1483
+
-SM | -sm | --share-mode 'share mode' - Specify the share mode for sharing file.\n
1484
+
Share modes are: r / reader - Read only permission.\n
1485
+
: w / writer - Read and write permission.\n
1486
+
: c / commenter - Comment only permission.\n
1487
+
Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary.\n
1483
1488
--speed 'speed' - Limit the download speed, supported formats: 1K, 1M and 1G.\n
1484
1489
-i | --save-info <file_to_save_info> - Save uploaded files info to the given filename.\n
1485
1490
-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
Copy file name to clipboardExpand all lines: sh/upload.sh
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@ Options:\n
28
28
Note: For files inside folders, use --description-all flag.\n
29
29
-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
30
30
-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
31
+
-SM | -sm | --share-mode 'share mode' - Specify the share mode for sharing file.\n
32
+
Share modes are: r / reader - Read only permission.\n
33
+
: w / writer - Read and write permission.\n
34
+
: c / commenter - Comment only permission.\n
35
+
Note: Although this flag is independent of --share flag but when email is needed, then --share flag use is neccessary.\n
31
36
--speed 'speed' - Limit the download speed, supported formats: 1K, 1M and 1G.\n
32
37
-i | --save-info <file_to_save_info> - Save uploaded files info to the given filename.\n
33
38
-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
0 commit comments