dropbox_api 0.0.5 copy "dropbox_api: ^0.0.5" to clipboard
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 in DropboxFile 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

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
1
likes
150
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart client for the Dropbox API that provides easy access to Dropbox's file operations including upload, download, copy, move, and more.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, oauth2restclient

More

Packages that depend on dropbox_api