go-onedrive is a Go client library for accessing the Microsoft OneDrive API.
https://godoc.org/github.com/ggordan/go-onedrive
Get an access token via the token flow or the code flow...
- 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
MIT