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
Provide required information needed to triage your issue
Your Environment
Office on the web
Excel
Build: 16.0.18522.42300
Windows
Microsoft Edge
Expected behavior
We have an addin with a button that calls Office.context.getFileAsync and we expect that to succeed so we can upload the workbook.
Current behavior
When the button is clicked and getFileAsync is called, the result is not a success and we get this error
code: 11001
message: "A network problem has prevented retrieval of the file."
Steps to reproduce
Have an addin that has a button that calls getFileAsync.
Open an excel document in Wopi.
Open the addin in the Excel document.
Click the button.
See the error.
The text was updated successfully, but these errors were encountered:
Provide required information needed to triage your issue
Your Environment
Expected behavior
We have an addin with a button that calls Office.context.getFileAsync and we expect that to succeed so we can upload the workbook.
Current behavior
When the button is clicked and getFileAsync is called, the result is not a success and we get this error
code: 11001
message: "A network problem has prevented retrieval of the file."
Steps to reproduce
The text was updated successfully, but these errors were encountered: