Releases: Jesus/dropbox_api
Releases · Jesus/dropbox_api
v0.1.21
v0.1.20
- New endpoint:
search/continue_v2
. - Support for refresh tokens, see updated README for details.
Thanks to @tomekdrazek, @wakarana1 & @massongit for their generous contributions!
v0.1.19
v0.1.18
v0.1.17
v0.1.16
- @brianhenryhf enhanced
list_folder
, thanks! - Updated dependency on oauth2, we support any 1.x now. Thanks to @peret.
- Fixed the definition of
DropboxApi::Metadata::File
as per Dropbox's documentation. Thanks to @panckreous. - More API coverage, thanks to @anshu1992:
- Added support for the
revoke_shared_link
endpoint. - Added support for the
settings
parameter ofcreate_shared_link_with_settings
.
- Added support for the
v0.1.15
v0.1.14
v0.1.13
- Added the
list_file_members
endpoint, thanks to @kayakyakr! - Minor updates on documentation.
v0.1.12
- Added the following endpoints:
revoke_token
, thanks to @brianhenryhf!permanently_delete
.
- Updated the implementation of
delete
to support its optional paramparent_rev
. - Small improvements in documentation.