I'm trying to use this onedrive delta API
GET /_api/v2.0/drive/root/view.delta?token={token}
How can I identify if the folder event is a created/updated event?
i.e if the folder is newly created OR has been updated?
I'm trying to use this onedrive delta API
GET /_api/v2.0/drive/root/view.delta?token={token}
How can I identify if the folder event is a created/updated event?
i.e if the folder is newly created OR has been updated?
Hi @CloudyElements-4424 Per my test, we only can find the lastModifiedDateTime and createdDateTime properties. Use these two attributes and the current date to determine whether to create or update. :)
2 people are following this question.