Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 264268d

Browse files
committed
Update usage
1 parent ee1368b commit 264268d

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,13 @@ global:
147147
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
148148
149149
options:
150-
-f, --force Overwrite existing file
151-
-r, --recursive Download directory recursively, documents will be skipped
152-
--path <path> Download path
153-
--delete Delete remote file when download is successful
154-
--no-progress Hide progress
155-
--stdout Write file content to stdout
150+
-f, --force Overwrite existing file
151+
-r, --recursive Download directory recursively, documents will be skipped
152+
--path <path> Download path
153+
--delete Delete remote file when download is successful
154+
--no-progress Hide progress
155+
--stdout Write file content to stdout
156+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
156157
```
157158

158159
#### Download all files and directories matching query
@@ -188,6 +189,7 @@ options:
188189
--mime <mime> Force mime type
189190
--share Share file
190191
--delete Delete local file when upload is successful
192+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
191193
--chunksize <chunksize> Set chunk size in bytes, default: 8388608
192194
```
193195

@@ -205,6 +207,7 @@ options:
205207
--chunksize <chunksize> Set chunk size in bytes, default: 8388608
206208
--mime <mime> Force mime type
207209
--share Share file
210+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
208211
--no-progress Hide progress
209212
```
210213

@@ -222,6 +225,7 @@ options:
222225
--name <name> Filename
223226
--no-progress Hide progress
224227
--mime <mime> Force mime type
228+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
225229
--chunksize <chunksize> Set chunk size in bytes, default: 8388608
226230
```
227231

@@ -346,6 +350,7 @@ options:
346350
--delete-extraneous Delete extraneous local files
347351
--dry-run Show what would have been transferred
348352
--no-progress Hide progress
353+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
349354
```
350355

351356
#### Sync local directory to drive
@@ -364,6 +369,7 @@ options:
364369
--delete-extraneous Delete extraneous remote files
365370
--dry-run Show what would have been transferred
366371
--no-progress Hide progress
372+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
367373
--chunksize <chunksize> Set chunk size in bytes, default: 8388608
368374
```
369375

@@ -409,10 +415,11 @@ global:
409415
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
410416
411417
options:
412-
-f, --force Overwrite existing file
413-
--no-progress Hide progress
414-
--stdout Write file content to stdout
415-
--path <path> Download path
418+
-f, --force Overwrite existing file
419+
--no-progress Hide progress
420+
--stdout Write file content to stdout
421+
--path <path> Download path
422+
--timeout <timeout> Set timeout in seconds, use 0 for no timeout. Timeout is reached when no data is transferred in set amount of seconds, default: 300
416423
```
417424

418425
#### Delete file revision

0 commit comments

Comments
 (0)