Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Error in process_response

Open
#84 0 comments 0 reactions 0 assignees View on GitHub

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

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/AzureAuth

All issues in Azure/AzureAuth

Similar issues

More R issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.