Scenario:
- Trigger: When a .zip file is created in a OneDrive folder
- Action1: Extract archive to folder
- 6 days ago, this Flow succeeded
- Now, Flow fails with a 502 Bad Gateway
- 17/18 of the files are successfully extracted, 1 file (a .jpg nested in a subfolder) is the problem
- When I remove this .jpg, the Flow is successful
- The .jpg is not the same with each Flow. Its name/size/etc changes with each .zip folder in the Flow.
Trigger output:
{
"statusCode": 200,
"headers": {
"Pragma": "no-cache",
"Retry-After": "15",
"x-ms-file-id": "<longString>",
"x-ms-file-name": "test-1.zip",
"x-ms-file-name-encoded": "<longString>",
"x-ms-file-path": "/drives/<longString>/root:/test/test-1.zip",
"x-ms-file-path-encoded": "<longString>",
"x-ms-file-etag": "\"{<longString>},2\"",
"x-ms-request-id": "<longString>",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"Cache-Control": "no-cache",
"Date": "Fri, 13 Sep 2019 18:37:21 GMT",
"Location": "https://flow-apim-msmanaged-na-northcentralus-01.azure-apim.net/apim/onedriveforbusiness/shared-onedriveforbu-<longString>/datasets/default/triggers/onnewfile?folderId=<longString>&inferContentType=True&ts=<longString>",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"Content-Length": "435889",
"Content-Disposition": "attachment; filename=\"test-1.zip\"",
"Content-Type": "application/x-zip-compressed",
"Expires": "-1"
},
"body": {
"$content-type": "application/x-zip-compressed",
"$content": "<huge string here>"
}
}
Error message:
{
"error": {
"code": 502,
"source": "flow-apim-msmanaged-na-northcentralus-01.azure-apim.net",
"clientRequestId": "fa6d5-f33-49-9a75-4c6878",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "Unable to upload contents of file '/drives/b!sqRVGexbFLMVEqpMndFN7QROuG9hdy4/root:/test/test-1.zip': One or more files failed to upload.",
"source": "api.connectorp.svc.ms"
}
}
}

I need help on this bug. Anyone have ideas?
Thank you