koofr / go-onedriveclient

OneDrive client for Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneDrive Client

This is a basic client for uploading and downloading files to/from Microsoft OneDrive. You will need to perform OAuth authentication yourself - see MSDN documentation.

Files and folders in OneDrive are referenced by node id. If you want to reference them by path you will have to use the ResolvePath method. Then you can stat the node (NodeInfo) or list its children (NodeFiles).

Methods Upload and Download perform streming uploads and downloads to desired nodes.

About

OneDrive client for Go language

License:MIT License


Languages

Language:Go 100.0%