Learn R Programming

rdrop2 (version 0.7.0)

drop_delta: Get a list of Deltas

Description

Get a list of Deltas

Usage

drop_delta(cursor = NULL, locale = NULL, path_prefix = NULL, include_media_info = NULL, dtoken = get_dropbox_token())

Arguments

cursor
The last cursor
locale
Dropbox uses the locale parameter to specify language settings of content responses. If your app supports any language other than English, insert the appropriate IETF language tag. When a supported language is specified, Dropbox will returned translated size and/or user_error fields (where applicable)
path_prefix
The path to subset
include_media_info
Set to TRUE
dtoken
The Dropbox token generated by drop_auth. rdrop2 will try to automatically locate your local credential cache and use them. However, if the credentials are not found, the function will initiate a new authentication request. You can override this by pointing to a different location where your credentials are stored.

Examples

Run this code
## Not run: 
# z <- drop_delta(path_prefix = "/Public")
# # If no files have changed during this time, entries will be NULL
# drop_delta(cursor = z$cursor, path_prefix = "/Public")
# ## End(Not run)

Run the code above in your browser using DataLab