You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to Upload File via createUploadSession When Document is Open in MS Word
Description
I am encountering an issue where I cannot upload a file to an existing MS Word document stored in OneDrive when the document is open in MS Word (either in another tab or on a different system). The upload attempt using the createUploadSession API fails with the following error:
{
"error": {
"code": "notAllowed",
"innerError": { "code": "resourceLocked" },
"message": "The resource you are attempting to access is locked"
}
}
What is Needed
I am requesting guidance or a solution to handle this scenario where a document locked for editing needs to be updated programmatically.
Request
I would appreciate:
A workaround or API-level solution for this scenario.
Insights into why locked documents are not updatable via createUploadSession.
Suggestions on how to manage file updates in this use case.
Impact
This limitation impacts real-time workflows where:
Users collaborate on documents actively being edited.
Automated systems need to update documents that might still be open.
Such scenarios hinder seamless integration and real-time document updates.
The text was updated successfully, but these errors were encountered:
Unable to Upload File via createUploadSession When Document is Open in MS Word
Description
I am encountering an issue where I cannot upload a file to an existing MS Word document stored in OneDrive when the document is open in MS Word (either in another tab or on a different system). The upload attempt using the
createUploadSession
API fails with the following error:What is Needed
I am requesting guidance or a solution to handle this scenario where a document locked for editing needs to be updated programmatically.
Request
I would appreciate:
createUploadSession
.Impact
This limitation impacts real-time workflows where:
Such scenarios hinder seamless integration and real-time document updates.
The text was updated successfully, but these errors were encountered: