Hi,
I encountered a strange behaviour / bug in the "Copy File" Action in my Cloud flows.
I have a flow with a trigger "When a file is modified (properties only)":
- File is opened with "Get file content".
- Content is checked.
- If this check is true, the file is copied to another place with "Copy File".
The "Copy File" returns an 401 error
{
"status": 401,
"message": "Unauthorized",
"source": "api.connectorp.svc.ms"
}
But if I look in the OneDrive for Business Folder, the files is copied correcty.
I also implemented a delay of 30 seconds before copying the file and created a new Manual Cloud Flow which has only the "File Copy"-Action. Same problem there.
The Flow is triggered at least once a month and at beginning of April, the flow was executed correctly.
Does somebody has encountered an similar problem? For me, it looks like the action is returning a wrong status code, despite working correctly.
Any ideas or feedback would be great.