Deprecated client functions
Deprecated client functions
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", ... )
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 |
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.