Issue listing shared items
- Vorherrschende Sprache
- R
- Sterne
- 38
- Forks
- 22
- Ø Merge
- 2 T. 8 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
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")
```
Beitragsleitfaden
Rechercherichtung
Start by reproducing the shared-item listing shown with AzureGraph: get_graph_login(), get_user(), and do_operation("drive/sharedWithMe"). Compare the returned items with the expected folders and files, then determine whether the changed response is handled in the package or comes from the Microsoft Graph endpoint; done means shared-item listings are returned as expected or the incompatibility is clearly documented.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- r
- Bereich
- api
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Aktiv
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 55/100