Azure Data Factory API Copy Activity Fails with 'Rest Call Failed with Client Error' for ZIP Archive
Basile MAILLE
0
Reputation points
Hello,
I am trying to copy data from an API that gives a zip archive of multiple json files. Using Data Factory in Fabric, I generate a OAuth2.0 token and give the appropriate credentials in the additional header of the copy activity.
However, the copy activity gives the following error:
Failure happened on 'Source' side. ErrorCode=RestCallFailedWithClientError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Rest call failed with client error, status code 404 NotFound, please check your activity settings.
Response: {"timeStamp":"2024-11-22T03:56:38.979780874Z","status":404,"error":"Not Found","message":"No handler found for GET <
Sign in to answer