dropbox_api 0.0.3 copy "dropbox_api: ^0.0.3" to clipboard
dropbox_api: ^0.0.3 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.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

0.0.3 #

  • Added support for Dropbox API's pagination using list_folder/continue endpoint
    • Added listFolderContinue method
    • Removed cursor parameter from listFolder method
1
likes
0
points
51
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

License

unknown (license)

Dependencies

flutter, oauth2restclient

More

Packages that depend on dropbox_api