dropbox_api 0.0.5
dropbox_api: ^0.0.5 copied to clipboard
A Dart client for the Dropbox API that provides easy access to Dropbox's file operations including upload, download, copy, move, and more.
Changelog #
0.0.5 #
- Fixed download/upload method to use 'arg' URL arguments instead of headers
0.0.4 #
-
Made
.tag
field nullable inDropboxFile
class- Added fallback to assume file when tag is null
-
Fixed download functionality to properly handle file streams
0.0.3 #
- Added support for Dropbox API's pagination using
list_folder/continue
endpoint- Added
listFolderContinue
method - Removed cursor parameter from
listFolder
method - Removed redundant
hasMore
field
- Added
0.0.2 #
- Initial release of the Dropbox API client
- Features:
- OAuth2 authentication
- File operations (upload, download, copy, move, delete)
- Folder operations (list, create)
- Account information retrieval