Releases: karthik/rdrop2
Releases · karthik/rdrop2
rdrop2 0.8.1
rdrop 0.8
- This version is a major update from V1 of the Dropbox API (being deprecated on September 28, 2017) to V2. 🎉
drop_acc
- no longer returns quota information but still returns all other account related details. Quota retrieval will become available again on0.9
drop_auth
- now allows for specifying a saved token withrdstoken
drop_copy
anddrop_move
- no longer allow aroot
argument. These functions also now have 3 additional options.allow_shared_folder
(allows for copying/moving shared folders),autorename
, renames objects in cases of conflict, andallow_ownership_transfer
allows ownership transfer if a copy/move operation results in such a change.drop_create
- no longer includes aroot
argument. Function now allows forautorename
to rename folders in case of conflicts.drop_delete
- loses theroot
argument but functionally remains unchanged.drop_delta
- no longer exists and functionality has been folded intodrop_dir
.cursor
can be passed todrop_dir
(see below).drop_dir
- now allows forrecursive
listing. In addition, one can filter byinclude_has_explicit_shared_members
(has been shared explicitly),include_mounted_folders
.file_limit
has been changed tolimit
.drop_get
- has been deprecated and replaced withdrop_download
.drop_get
will be removed in a future version. Indrop_download
,local_file
has been replaced withlocal_path
.drop_history
- now includes a limit argument (for number of versions required)drop_media
- no longer has alocale
argumentdrop_read_csv
- remains unchanged. However, in future versions, it will become a generic wrapper with support for custom handlers.drop_search
-file_limit
is nowmax_results
. Additionally one can specify an offset withstart
.locale
is no longer an argument.include_deleted
is also not a function argument but returned as part of the result metadata. New option calledmode
allows forfilename
,filename_and_content
, or for restricting search to deleted files withdeleted_filename
.drop_share
- no longer haslocale
orshort_url
as arguments. Function now allows more granularity in visibility (public, team_only, or password protected), and also allows users to set an expire time.drop_upload
-dest
is nowpath
. Overwrite argument has been removed and replaced with mode, which can take overwrite or add. Additionally ifautorename
is set to TRUE, uploaded objects with conflicts will be renamed. Support for update mode will be implemented in0.9
. Function also allows for muting upload notifications on clients.
Initial CRAN release. Version 0.6
- Initial release of rdrop2
0.6
to CRAN (http://cran.r-project.org/web/packages/rdrop2/index.html) - Package provides basic functionality to access Dropbox and perform all file operations.