How to fetch files from subfolders of DropBox using logic app

RohitSawane45 96 Reputation points
2022-12-08T08:25:29.337+00:00

Hi Team,

Could you help me out with this below scenario?

I'm now working on a case where I need to use a logic app to retrieve files from DropBox subfolders and transfer them to Azure blob storage.
So, the situation is that Dropbox has a primary folder and subfolders within it that each hold files. I have to copy those files into the appropriate blob storage containers using logic app. The logic app should build a container with the same name as the subfolder's Dropbox has.

It's fine for now if we use a manual trigger.

Please let me know if further input required.

Thanks,
Rohit

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,746 Reputation points
    2022-12-08T10:31:58.687+00:00

    @RohitSawane45 Thanks for reaching out. You can leverage the dropbox and Azure storage connector along with loop and expression function for your requirement.
    To know what are the available actions/trigger you can refer to individual connector document. As you want to manually trigger the logic app so you can create the HTTP trigger.

    **Workflow: **
    HTTP Trigger --> List files in root folder --> Loop in through the result of previous action --> If it is folder then repletion loop calls to get List files in folder using the identifier --> Get file content --> Crete blob File

    The above is only for reference and you need to update as per your requirement. Please refer to the connector documentation for more details.

    Feel free to get back to me if you need any assistance.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful