personal_onedrive {Microsoft365R} | R Documentation |
Deprecated client functions
Description
Deprecated client functions
Usage
personal_onedrive(
app = .microsoft365r_app_id,
scopes = c("Files.ReadWrite.All", "User.Read"),
...
)
business_onedrive(
tenant = Sys.getenv("CLIMICROSOFT365_TENANT", "common"),
app = Sys.getenv("CLIMICROSOFT365_AADAPPID"),
scopes = ".default",
...
)
sharepoint_site(
site_url = NULL,
site_id = NULL,
tenant = Sys.getenv("CLIMICROSOFT365_TENANT", "common"),
app = Sys.getenv("CLIMICROSOFT365_AADAPPID"),
scopes = ".default",
...
)
Arguments
app |
A custom app registration ID to use for authentication. For |
scopes |
The Microsoft Graph scopes (permissions) to obtain. |
... |
Optional arguments to be passed to |
tenant |
For |
site_url , site_id |
For |
Details
These functions have been replaced by get_personal_onedrive
, get_business_onedrive
and get_sharepoint_site
. They will be removed in a later version of the package.