Endpoints under app.rocksky.dropbox.*
Endpoints under app.rocksky.dropbox.*
(download-file client {:keys [file-id]})Download a file by :file-id. Returns raw bytes — wrap the URL yourself
if you'd rather stream. Required: :file-id.
Download a file by `:file-id`. Returns raw bytes — wrap the URL yourself if you'd rather stream. Required: `:file-id`.
(get-files client)(get-files client {:keys [at]})List files in Dropbox.
Optional: :at (folder path).
List files in Dropbox. Optional: `:at` (folder path).
(get-metadata client {:keys [path]})Get metadata of a file or folder. Required: :path.
Get metadata of a file or folder. Required: `:path`.
(get-temporary-link client {:keys [path]})Get a temporary link to a file. Required: :path.
Get a temporary link to a file. Required: `:path`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |