Hello guys
Is there a way we can achieve to have fully synchronization of some of my DropBox folders with Azure Blob Storage?
I mean whenever a file is created, deleted or modified in DropBox folder, my Azure Blob Storage should be updated accordingly
If yes, then it comes my second question
Is there a way to create all these flows i need though programming, .NET?
I'm not looking to create my own API or custom templates, I just need to create my flows throughout a desktop app
Hi kam0u,
Please check the documentation about the two connectors Dropbox and Azure Blog Storage.
From the docs we know that, for Dropbox, we have the triggers that can be used for when a file is created, modified, there is currently no trigger for when a file is deleted. For Azure Blog Storage, you may consider to use the actions create blob, delete blob, and update blob.
To create the flows, you need to create connections from Flow to these two connectors first, then select proper trigger and actions for your flow according to your needs.
Please check more details about Flow at here:
https://docs.microsoft.com/en-us/flow/getting-started
Best regards,
Mabel Mao