Azure / Azure/AzureGraph

Issue listing shared items

Open
#37 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
38
Forks
22
Avg merge
2d 8h
Merged PRs (30d)
1

Description

My team has a lot of shared files and directories on a business OneDrive account and this package has worked well in accessing them. However, we noticed this week that when listing shared files or items the responses are not what we would expect. When performing the code below we each get a random smattering of files. Not a list of folders and files like we used to get. Any ideas?

```
#Code I ran

library(AzureGraph)
gr <- get_graph_login()
me <- gr$get_user()
my_drive <- me$do_operation("drive/sharedWithMe")

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.