Skip to content

Error in process_response #84

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions