I am trying to read and write csv files in SharePoint.
mysite <- get_sharepoint_site(site_url="https://****.sharepoint.com/sites/Test/test.xlsx")
mysite <- get_sharepoint_site(site_url="https://****.sharepoint.com/:f:/Test/?!sue0De2rb"")
It is always showing some error: Loading Microsoft Graph login for default tenant Error in process_response(res, match.arg(http_status_handler), simplify) : Not Found (HTTP 404). Failed to complete operation. Message: The provided path does not exist, or does not represent a site.
Loading Microsoft Graph login for default tenant Error in process_response(res, match.arg(http_status_handler), simplify) : Not Found (HTTP 404). Failed to complete operation. Message: The provided path does not exist, or does not represent a site.
Does anyone know anything that can be done?
I already have a sync in my laptop who works however want to connect directly from SharePoint to automate the process, so I don’t need to have my laptop on to read and write the files.