Skip to content

Commit

Permalink
polish the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rdewald committed Feb 5, 2022
1 parent 866d4fd commit ea112be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ In brief, one generates an authentication token for the personal oneDrive accoun

## What to expect

When you run the get_personal_onedrive() function the first time, it will either call [httpuv](https://github.com/rstudio/httpuv) (if you're using RStudio Workbench, for example) to get you to authenticate with your system web browser.
When you run the get_personal_onedrive() function the first time, it will either call [httpuv](https://github.com/rstudio/httpuv) (if you're using RStudio Workbench, for example) or give you a URL to target for authentication to your personal Google account using system web browser.

If httpuv is not present (or you're doing this over a CLI) it will drop to the "device code" method (one can pre-select this method with with get_onedrive_personal(auth_type= "device_code")) and give you a TEXT string to enter into any web browser that is authorized on the personal oneDrive account (like your cell phone) much like authorizing a TV streaming application or similar.
* That is, if httpuv is not present (or you're doing this over a CLI) it will drop to the "device code" method (one can also pre-select this method with with get_onedrive_personal(auth_type= "device_code")). You will find a string to enter into any web browser authorized on the personal oneDrive account.

Good luck!

Expand Down

0 comments on commit ea112be

Please sign in to comment.