Skip to content

ggordan/go-onedrive

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages