Azure / Azure/AzureGraph

Issue listing shared items

Đang mở
#37 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
R
Star
38
Fork
22
Merge trung bình
2 ngày 8 giờ
Pull request đã merge (30 ngày)
1

Mô tả

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

```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
r
Lĩnh vực
api
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Sôi nổi
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
55/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.