I'm trying to download files using a Data Flow (so the sink dataset can be dynamic in code). I'm getting this error during the execution:
{"StatusCode":"DFExecutorUserError","Message":"Job failed due to reason: at Source 'CurrentFilesource': Rest Sink - Error response received from the server (url:https://api.box.com/2.0/files/8xxxxxxxxxx9/content,request body: None, request method: GET, status code: 302), response body: Some())","Details":""}
The same code works using a Copy Data activity.
Any idea where to start looking?