Error while copying Rest API to Storage in JSON
I have tried copying from Rest API into ADLS as the sink in JSON format.
and I have the below error
errorCode": "2200",
"message": "Failure happened on 'Source' side. ErrorCode=RestCallFailedWithClientError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Rest call failed with client error, status code 429 429, please check your activity settings.\nRequest URL: https://xxxxxx.freshservice.com/api/v2/tickets?page=xxxxxx.\nResponse: ,Source=Microsoft.DataTransfer.client library,'"
It says too many requests just for the 'tickets' object and the other relative URLs are working fine while copying. Don't know what that means, Is there anything to change like retry interval or settings in Copy activity?
I'm working on a priority project and have been on this for more than a week now and no breakthrough.
Please Advice on this.