Hi,
We have recently shifted to OAuth for SharePoint file upload and download and doing it via GRAPH APIs
I am trying to upload a file to share point folder and if the file is locked/opened by some other user , it gets error message "resource locked", as shown below.
Error Message: {"error":{"code":"notAllowed","innerError":{"code":"resourceLocked"},"message":"The resource you are attempting to access is locked"}}
however it does not return which user has locked the file/resource in HTTP error response.
is there any way to get this information ?
we are using the VBO 'Microsoft Graph - SharePoint Upload Session'
Thanks in Advance.