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.
## 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)