Error in process_response
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 20/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- azure, r
- Domain
- authentication
Research direction
Start with the process_response error path in the AzureAuth package and reproduce the listed Microsoft365R calls that return HTTP 403. Check the request and authentication context around the failing operation; done means identifying a reproducible package defect and documenting a verified correction or the missing access requirement.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- R
- Stars
- 48
- Forks
- 23
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/AzureAuth
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
easystats/performance#950 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
briandconnelly/airnow#9 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
OHDSI/CohortConstructor#774 ·