0

我正在使用 Microsoft Graph API

1) Create Team and Channels
2) Installing an App
3) Adding Plans, buckets, and tasks to the planner app
4) Copy items from another Drive to the newly created channels drive.

我的代码按此顺序执行

1) Create Group and Team
2) Create Channel under team
3) Create Plan in Planner   **/planner/plans**
4) Install another app
5) adding buckets and tasks to the created PLan
6) get list of drives using `groups/{group-id}/drive/items/{item-id}/children`
7) Copy items to drive of Created channel

所以这个顺序的问题是第7点只返回General chanel的驱动,而不是新创建的通道。

但是如果我将此代码执行顺序更改为

1> 2>7>4>3>5>6>7

然后它在获取驱动器步骤时返回所有驱动器。

因此,在我发现在获取驱动器之前制定计划时存在问题。如果我在计划器中创建计划之前获取驱动器,它会起作用。为什么会这样。

正确的代码执行顺序应该是什么才能使一切按预期工作?

4

0 回答 0