I have a flow When a new email arrives I want to Export email and Create file on SharePoint site. I keep getting the following error on my trigger.
{
"statusCode": 403,
"headers": {
"Pragma": "no-cache",
"x-ms-request-id": "a742be6b-fbd0-401a-8d8a-7556ca96a2fe",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"Cache-Control": "no-store, no-cache",
"Date": "Fri, 25 Oct 2019 13:29:15 GMT",
"Set-Cookie": "ARRAffinity=54510b7d12a1b7a45644f916defea1ae1901b62edf9fb86bd27b36252e3c9f90;Path=/;HttpOnly;Domain=office365-gcc-usgv.azurewebsites.us",
"Content-Length": "298",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"status": 403,
"message": "Operation: Create; Exception: [Status Code: Forbidden; Reason: Access to OData is disabled.]\r\nclientRequestId: 8d17c281-c11e-497b-b16e-fd2a98276153\r\nserviceRequestId: a742be6b-fbd0-401a-8d8a-7556ca96a2fe",
"source": "office365-gcc-usgv.azurewebsites.us"
}
My flow looks like:
Any thoughts on how to fix this?