Skip to content

Commit

Permalink
read me more
Browse files Browse the repository at this point in the history
  • Loading branch information
rdewald committed Feb 5, 2022
1 parent a6f363e commit 08cec81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This repository is code I used to manage syncing a Windows 10 folder with a pers

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.

In brief, one generates a token for the personal oneDrive account and declares it during an R session using .Renviron (see Renviron_example.txt). Once the session closes, the token is no longer available.

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 08cec81

Please sign in to comment.