View source: R/upload_to_sharepoint.R
upload_to_sharepoint | R Documentation |
Refresh tokens:
upload_to_sharepoint(wastd_reports = NULL)
wastd_reports |
The result from |
See https://github.com/Azure/Microsoft365R/blob/master/vignettes/auth.Rmd If token expires, run the next two lines by hand:
options(microsoft365r_use_cli_app_id=TRUE) teams <- list_teams()
Reset tokens:
AzureAuth::clean_token_directory() AzureGraph::delete_graph_login(tenant="dbca")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.