Skip to main content
Archived

OneDrive Publication

Related products:FME Form
  • December 17, 2019
  • 1 reply
  • 26 views

runneals
Enthusiast
Forum|alt.badge.img+29

Support for a "directory watch" on OneDrive to run an FME job whenever something gets modified or is new

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img

I think this is possible with Microsoft Graph Subscriptions. I once created an FME Server Project to subscribe a topic to an MS Graph notification:

 

https://hub.safe.com/publishers/gerhardatsafe/projects/microsoft-graphsubscription

 

 

The "resource" in the subscription request should be "me/drive/root" if you want to monitor your OneDrive and the ""changeType" would be "updated".