When I attempt to list files from a folder in SPO I get the following error:
Correlation Id: 8e8f19fa-bc6b-49bf-80a2-94c7cab300e7
Additional info:
{
"StatusCode": "404",
"Message": "",
"Body": {
"error": {
"code": 404.0,
"source": "europe-002.azure-apim.net",
"clientRequestId": "0ea08551-babd-4071-ba79-5cdacddb2c15",
"message": "The response is not in a JSON format.",
"innerError": "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
}
I'm attempting to extract it like this:

And the file is visible in the folder (which was created via another PAD flow execution):

Am I doing something wrong?