Description Usage Arguments Value References
View source: R/drop_get_metadata.R
Details vary by input and args.
1 2 3 4 5 6 7 | drop_get_metadata(
path,
include_media_info = FALSE,
include_deleted = FALSE,
include_has_explicit_shared_members = FALSE,
dtoken = get_dropbox_token()
)
|
path |
Path to a file or folder on Dropbox. Can also be an ID ("id:...") or revision ("rev:..."). |
include_media_info |
If TRUE, additional metadata for photo or video is returns. Defaults to FALSE. |
include_deleted |
If TRUE, metadata will be returned for a deleted file, otherwise error. Defaults to FALSE. |
include_has_explicit_shared_members |
If TRUE, the results will include a flag for each file indicating whether or not that file has any explicit members. Defaults to FALSE. |
dtoken |
The Dropbox token generated by |
possibly-nested list of all available metadata for specified file/folder/id/revision.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.