Search code examples
apache-nifionedrive

How to download file from Onedrive in NIFI


I am trying to download zip files from the thrid party Onedrive.

How can I download the zip files through nifi? What kind of processor should I use?


Solution

  • @duolanierdunone

    The solution you are looking for here is InvokeHttp to make an API call suggested in comments above.

    You can find some nice templates for InvokeHttp here: https://github.com/steven-matison/NiFi-Templates