onedrive_rest_api 0.0.2 copy "onedrive_rest_api: ^0.0.2" to clipboard
onedrive_rest_api: ^0.0.2 copied to clipboard

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

Changelog #

0.0.2 #

*API parameters simplified to use full paths

  • createFolder(parentPath, name)createFolder(path)
  • move(path, newParentPath, newName)move(path, newPath)
  • copy(path, newParentPath, newName)copy(path, newPath)

0.0.1 #

  • Initial release of the OneDrive API client
  • Features:
    • OAuth2 authentication via oauth2restclient
    • Path-based API for intuitive file operations
    • File operations (upload, download, copy, move, delete)
    • Folder operations (list, create)
    • User and drive information retrieval
    • Microsoft Graph API integration
    • Automatic path encoding for special characters
    • Support for both personal and business OneDrive
0
likes
150
points
14
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, oauth2restclient

More

Packages that depend on onedrive_rest_api