Azure / Azure/AzureGraph

Issue listing shared items

Ouverte
#37 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
R
Étoiles
38
Forks
22
Merge moyen
2 j 8 h
PR mergées (30 j)
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")

```

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
r
Domaine
api
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
Active
Clarté
Plutôt claire
Accessibilité débutants
55/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.