Issue listing shared items
- 主要言語
- R
- スター
- 38
- フォーク
- 22
- 平均マージ
- 2日 8時間
- マージ済み PR(30日)
- 1
説明
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")
```
コントリビューションガイド
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- r
- 領域
- api
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 55/100