Anyone can help me with this?
I'm trying to convert a HTML file to PDF with onedrive connector, but after Thursday i receive this errors. Yesterday, it was working very well.
{"status": 404,"message": "Exception: The remote server returned an error: (404) Not Found.\n Headers: X-MSNSERVER: BL6PPF6E76DCF9C\r\nStrict-Transport-Security: max-age=31536000; includeSubDomains\r\nMS-CV: kRvBPx9jBEuUYlt2FKYjQA.0\r\nX-QosStats: {\"ApiId\":0,\"ResultType\":2,\"SourcePropertyId\":0,\"TargetPropertyId\":42}\r\nX-ThrowSite: 5a42.a0eb\r\nX-AsmVersion: UNKNOWN; 19.742.813.2004\r\nX-Cache: CONFIG_NOCACHE\r\nX-MSEdge-Ref: Ref A: 83EBA946A6CA4CCEB89F12E400E0AB13 Ref B: PHL30EDGE0116 Ref C: 2021-08-31T11:09:45Z\r\nContent-Length: 205\r\nContent-Type: application/json\r\nDate: Tue, 31 Aug 2021 11:09:44 GMT\r\nP3P: CP=\"BUS CUR CONo FIN IVDo ONL OUR PHY SAMo TELo\"\r\n\r\n\n ResponsePreview: ","source": "api.connectorp.svc.ms"}
{
"Pragma": "no-cache",
"Transfer-Encoding": "chunked",
"x-ms-request-id": "fce2b31a-820f-4d72-b949-568174c33af3",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"Cache-Control": "no-cache",
"Date": "Tue, 31 Aug 2021 11:09:45 GMT",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"Content-Type": "application/json",
"Expires": "-1",
"Content-Length": "759"
}
In my flow I can create a HTML file, only in this stage the error occurs.
I receive this message in power apps side.
n onedrive connector i find this message, but I don't know how I put this delay.
If you see an error while converting the file to PDF in the flow (e.g. “Bad gateway” or “The resource could not be found”) using OneDrive connector, the recommendation to workaround this issue would be to increase the delay between the file creation and converting to PDF.
https://docs.microsoft.com/en-us/connectors/onedrive/
I tried creating a stage Delay from schedule, but no success.
It was working until Thursday, I don't know what changed to stop working.