Hi !
I've a problem when I use SharePoint move file action between two library.
In my flow, I move the same file, but for a library, I've an error : Access is denied

{
"status": 400,
"message": "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) CallStack -- at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex, Boolean allowCompleteRequest)\r\n at Microsoft.SharePoint.Library.SPRequest.GetGroupsDataAsSafeArray(String bstrUrl, UInt32 dwGroupsScope, String bstrValue, UInt32 dwValue, UInt32& pdwColCount, UInt32& pdwRowCount, Object& pvarDataSet)\r\n at Microsoft.SharePoint.SPGroup.InitMember()\r\n at Microsoft.SharePoint.SPGroup..ctor(SPWeb web, SPSecurableObject scope, SPUser user, String GroupName, Object[,] arrGroupsData, UInt32 index, Int32 iByParamId, SPGroupCollectionType groupCollectionType, Nullable`1 maxFieldIndex)\r\n at Microsoft.SharePoint.SPGroupCollection.GetByIDNoThrow(Int32 id)\r\n at Microsoft.SharePoint.SPGroupCollection.GetByID(Int32 id)\r\n at Microsoft.SharePoint.Deployment.ExportObjectManager.AddUserGroupLookup(Int32 pid)\r\n at Microsoft.SharePoint.Deployment.ListItemSerializer.SaveListItem(DataRow liData, String relation, String mvlRelation, SerializationInfo info, SPWeb parentWeb, ExportObjectManager objectManager)\r\n at Microsoft.SharePoint.Deployment.ListItemSerializer.GetDataFromDataSet(Object obj, SerializationInfo info, StreamingContext context)\r\n at Microsoft.SharePoint.Deployment.DeploymentSerializationSurrogate.GetObjectData(Object obj, SerializationInfo info, StreamingContext context)\r\n at Microsoft.SharePoint.Deployment.XmlFormatter.SerializeObject(Object obj, ISerializationSurrogate surrogate, String elementName, Boolean bNeedEnvelope)\r\n at Microsoft.SharePoint.Deployment.XmlFormatter.Serialize(Stream serializationStream, Object topLevelObject)\r\n at Microsoft.SharePoint.Deployment.SPExport.SerializeObjects()\r\n at Microsoft.SharePoint.Deployment.SPExport.Run()\r\nclientRequestId: 0bb45dd3-ab16-4f55-b981-35111a90980b\r\nserviceRequestId: 0bb45dd3-ab16-4f55-b981-35111a90980b"
}
Thank you for your help
Emi