microsoft / hack-together

Hack Together: Microsoft Graph and .NET is a hackathon for .NET developers to learn Microsoft Graph and Microsoft 365.
MIT License
523 stars 85 forks source link

Project: WordDocCreateUpload #185

Open MrMoo2000 opened 1 year ago

MrMoo2000 commented 1 year ago

Project name

WordDocCreateUpload

Description

This is a console application which demonstrates creating and uploading a word document to OneDrive using Microsoft Graph.

From this app, you can browse the folders in your OneDrive directory to set an upload location. You can then create a word document with a single run and upload it to that destination.

The problem this application solves is my lack of knowledge with Microsoft Graph. I've learned a lot over the past two weeks and am grateful for the experience. Thank you!

Repo URL

https://github.com/MrMoo2000/WordDocCreateUpload

Team members

MrMoo2000

waldekmastykarz commented 1 year ago

Thank you for your submission @MrMoo2000!