Skip to content

Commit

Permalink
update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rdewald committed Feb 5, 2022
1 parent 90febca commit a6f363e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# oneDrive MyWay

This repository is code I used to manage syncing a Windows 10 folder with oneDrive without adding the account to the oneDrive app.
This repository is code I used to manage syncing a Windows 10 folder with a personal oneDrive account without adding the account to the Windows !0 native oneDrive app. This is useful when syncing something up one-time, or when using a computer restricted according to a Windows security policy set which disables personal oneDrive accounts being added to the synchronization application (common with work computers).

This method uses node.js (linked below) and the Microsoft Office 365 Command-Line Interface. I chose to install on a remote server without using a GUI.
Take note that the security policy will have to [authorize the underlying Azure libraries](https://github.com/Azure/Microsoft365R/blob/master/inst/app_registration.md), but it is common to find these libraries authorized (for other reasons) even in highly secure business environments.

Be advised that this method depends upon node.js (linked below) and the Microsoft Office 365 Command-Line Interface. I chose to install these on a remote server without using a GUI.

## Helpful Linkage

Expand Down

0 comments on commit a6f363e

Please sign in to comment.