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
$ dbxcli share-link update <url> --password-prompt # set or change a shared link password
253
270
$ dbxcli share-link update <url> --remove-password # remove a shared link password
271
+
```
272
+
273
+
Revoke shared links:
274
+
275
+
```sh
276
+
$ dbxcli share-link revoke <url># revoke a shared link
277
+
$ dbxcli share-link revoke --path /file.txt # revoke direct shared links for a path
278
+
```
279
+
280
+
Compatibility and shared folders:
281
+
282
+
```sh
254
283
$ dbxcli share list link # deprecated compatibility command
255
284
$ dbxcli share list folder # list shared folders
256
285
```
@@ -263,7 +292,7 @@ Dropbox account, team, and folder policies can reject shared-link settings such
263
292
264
293
`share-link create`, `share-link update`, `share-link info`, and `share-link download` support `--password <value>`, `--password-prompt`, and `--password-file <path>` for password-protected links. Use `--password-prompt` for interactive use so the password is not echoed.
265
294
266
-
`share-link download` writes to the metadata filename when `target` is omitted. Use `-` as the target to write file bytes to stdout. Folder shared links require `--recursive` and cannot be written to stdout.
295
+
`share-link download` writes to the metadata filename when `target` is omitted. Use `--path` to download a single file inside a folder shared link. Use `-` as the target to write file bytes to stdout. Folder shared links require `--recursive` and cannot be written to stdout.
267
296
268
297
New and changed commands should write command results to stdout. Status, progress, warnings, diagnostics, and verbose logs should go to stderr.
0 commit comments