Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1000 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 1000 Bytes

onedrive

Build Status Coverage Status

onedrive is a Go client library for accessing the Microsoft OneDrive API.

Documentation

https://godoc.org/github.com/boki/onedrive

Example

Get an access token via the token flow or the code flow.

TODO

  • Drives
  • Get Default Drive
  • Get Drive
  • List all available drives
  • Items
  • Create
    • Create folder
  • Copy
    • Copy file/folder
    • Async job to track progress
  • Delete
  • Download
  • List children
  • Search
  • Move
  • Upload
    • Simple item upload <100MB
    • Resumable item upload
    • Upload from URL

License

MIT