I have a flow that moves newly created files on OneDrive/Sharepoint to an FTP. It's run smoothly for days but failed today with the following error
{
"error": {
"code": 502,
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"clientRequestId": "2675e2de-8acb-4b23-b97d-8dd7770993a9",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "The attempted operation is prohibited because it exceeds the list view threshold.\r\nclientRequestId: 2675e2de-8acb-4b23-b97d-8dd7770993a9\r\nserviceRequestId: c855a89f-3008-b000-d6d9-a97053d8193e",
"source": "#####################################/GetFolderByServerRelativePath(decodedUrl=@p)/Files?$filter=TimeCreated%20ge%20datetime'2021-02-05T07:48:29Z'&$orderby=TimeCreated,Name&@p='%2fsites%2f####################################################################'",
"errors": [
"-2147024860",
"Microsoft.SharePoint.SPQueryThrottledException"
]
}
}
}
BadGateway, 502, Microsoft.SharePoint.SPQueryThrottledException

