Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.01 KB

go-onedrive Build Status Coverage Status

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

Documentation

https://godoc.org/github.com/ggordan/go-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