Which permissions do I need for move folder

Copper Contributor

I tried to move folder using power automate.

But, it indicates permission denied (403 Error).

 

Document Library A : From folder

(All Users have Full-Controll Access) 

 

Document Libaray B : Destination folder

(Admin have Full-Controll Access, others have add, view and open item)

 

here is error message:

    "body": {
        "status": 403,
        "message": "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))\r\nclientRequestId: 360a7a0c-21be-4516-84dc-ca448220ce00\r\nserviceRequestId: 360a7a0c-21be-4516-84dc-ca448220ce00"
    }

 

 

2 Replies
Most likely, Edit permission is required

@chiragcanada2020 

 

Thank you for your reply.

I understood it.

But, I do not want to grant edit permission to non-admin user because of file is finall product.

So, I temporary changed power automate's sharepoint connection performing as admin user.

 

If you have more good solution, I would like to know it.
Thank you very much.