- replaced dependency package
assertivebyassertthat.
- Minor update to unarchive on CRAN (archived because assertive was archived)
drop_dirnow flattens nested responses so return can be coerced totbl_df, e.g. if returned files/folders are shared with other (#135)drop_downloadnow returnsTRUEwhen download was successful; should mitigate errors noted by multiple users (#132)
- 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.9drop_auth- now allows for specifying a saved token withrdstokendrop_copyanddrop_move- no longer allow arootargument. 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_transferallows ownership transfer if a copy/move operation results in such a change.drop_create- no longer includes arootargument. Function now allows forautorenameto rename folders in case of conflicts.drop_delete- loses therootargument but functionally remains unchanged.drop_delta- no longer exists and functionality has been folded intodrop_dir.cursorcan be passed todrop_dir(see below).drop_dir- now allows forrecursivelisting. In addition, one can filter byinclude_has_explicit_shared_members(has been shared explicitly),include_mounted_folders.file_limithas been changed tolimit.drop_get- has been deprecated and replaced withdrop_download.drop_getwill be removed in a future version. Indrop_download,local_filehas been replaced withlocal_path.drop_history- now includes a limit argument (for number of versions required)drop_media- no longer has alocaleargumentdrop_read_csv- remains unchanged. However, in future versions, it will become a generic wrapper with support for custom handlers.drop_search-file_limitis nowmax_results. Additionally one can specify an offset withstart.localeis no longer an argument.include_deletedis also not a function argument but returned as part of the result metadata. New option calledmodeallows forfilename,filename_and_content, or for restricting search to deleted files withdeleted_filename.drop_share- no longer haslocaleorshort_urlas 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-destis nowpath. Overwrite argument has been removed and replaced with mode, which can take overwrite or add. Additionally ifautorenameis 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.
- Added basic support for progress bars for
drop_get() - Added new argument
ntodrop_dirto control number of rows printed bytbl_df - Empty folder return a empty
data.frameinstead ofNULL(thanks @daattali) - Fixed bug with NULL revision in
drop_get(thanks @moggces) - Miscellaneous bug fixes
- Initial release to CRAN.