Azure / Azure/AzureGraph

Issue listing shared items

Abierto
#37 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
R
Estrellas
38
Forks
22
Merge medio
2 d 8 h
PR fusionados (30 d)
1

Descripción

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")

```

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
r
Área
api
Tipo de issue
Error
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Activo
Claridad
Bastante claro
Aptitud para principiantes
55/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.