Need some guidance or suggestion
Scenario: We are trying fetch a file using RestAPI and save it to Azure Data Lake.
Journey: Login, GetToken, Invoke GetFile API, and save to AzureDataLake
We are trying 2 options
Best, Ashwin
Please change to use HTTP connector :
HTTP connector is generic to retrieve data from any HTTP endpoint, for example, to download files.
REST connector is used to copy the REST JSON response. You can refer this documentation