Skip to content

v4.0.1

Compare
Choose a tag to compare
@qimingyuan qimingyuan released this 10 Nov 19:57
· 232 commits to master since this release

What's new:

  • Team
    • Added API support for team folder actions (See https://www.dropbox.com/en/help/986 for details about team folder).
      • Added TeamFolderCreateAsync.
      • Added TeamFolderRenameAsync.
      • Added TeamFolderListAsync.
      • Added TeamFolderGetInfoAsync.
      • Added TeamFolderActivateAsync.
      • Added TeamFolderArchiveAsync.
      • Added TeamFolderArchiveCheckAsync.
      • Added TeamFolderPermanentlyDeleteAsync.
  • Others
    • RateLimitException is now a StructuredException with a RateLimitError body.