Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in process_response #207

Open
bhishwor opened this issue Apr 4, 2024 · 0 comments
Open

Error in process_response #207

bhishwor opened this issue Apr 4, 2024 · 0 comments

Comments

@bhishwor
Copy link

bhishwor commented Apr 4, 2024

Hi, i am having issue to accessing Microsoft Library. It was working fine but suddenly it stop working and throws an error.
r code:
library(Microsoft365R)

list_sharepoint_sites()
site <-get_sharepoint_site('')
siteF<-get_sharepoint_site('')
siteR<-get_sharepoint_site('')

siteR$list_drives()
drv<-site$get_drive('')

drvPR<-site$get_drive('')

drvFin<-siteF$get_drive('')

drvEv<-siteR$get_drive('')

drvFin$list_files()
Error Message :
Loading Microsoft Graph login for default tenant
Error in process_response(res, match.arg(http_status_handler), simplify) :
Forbidden (HTTP 403). Failed to complete operation. Message:
Access denied.

Can you please let me know how to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant