Skip to content
/ onedrive Public
forked from ggordan/go-onedrive

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

License

Notifications You must be signed in to change notification settings

boki/onedrive

 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%