Onedrive-api-docs: view.delta for sharedWithMe items?

Created on 18 Mar 2017  路  3Comments  路  Source: OneDrive/onedrive-api-docs

In order to track changes for sharedWithMe items, I am currently using a call to view.sharedWithMe and then a subsequent view.delta call for each returned item.

However, this way I have to query all sharedWithMe items (even the ones that don't change) every time.
Is there a way to avoid unnecessary delta calls and somehow get a list of only changed sharedWithMe items?

enhancement question

Most helpful comment

It works now as well (see my response on your issue),
I'm just asking if there is a more efficient way to do it.

All 3 comments

It worked previously. See #553
You could use remoteItem.it to get view.delta

It works now as well (see my response on your issue),
I'm just asking if there is a more efficient way to do it.

There isn't currently a more efficient way, since each of the delta calls is potentially hitting a different user's account. We could potentially look at having a single call in the API that does a fan out behind the scenes so you don't have to, but there isn't a capability we currently have.

If you think such a thing would be useful please feel free to create an idea on our UserVoice page.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ClaroJack picture ClaroJack  路  9Comments

kverhoef picture kverhoef  路  3Comments

ANorwell picture ANorwell  路  7Comments

marcreicher picture marcreicher  路  3Comments

rkulow picture rkulow  路  7Comments