Closed ivanmaria closed 1 year ago
Thank you for your contribution to OneDrive API Docs. We will be triaging your incoming issue as soon as possible.
Hi, Any update on this. I am also facing the same issue.
Thanks for your feedback. We would like to clarify whether you have a File Handler registered for .xlsx and .docx? It sounds like that is the case, but we would like to make sure.
It is registered for both the extensions
On Fri, 7 Aug, 2020, 10:50 pm Chris Hackmann, notifications@github.com wrote:
Thanks for your feedback. We would like to clarify whether you have a File Handler registered for .xlsx and .docx? It sounds like that is the case, but we would like to make sure.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OneDrive/onedrive-api-docs/issues/1339#issuecomment-670622897, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADS5BWKNERLHG4EAHCEYQHDR7QZXHANCNFSM4PQMTIBA .
Thanks, I'll tag for investigating
Also, the issue occurs for shared library only in OneDrive. But for My files, it works as expected.
any update on this....
@chackman I am still facing the issue....and verified the same in mutilple tenants. Were you able to reproduce the same.
Sorry, waiting on a partner team to respond, we'll remind them to provide an update.
@chackman has the partner responded?
@chackman waiting for response....still facing the same issue
Sorry, still waiting on a partner team to respond, reminding again to provide an update.
Hi @chackman, any update?
In the File Handler manifest are you defining actions for the Open action or the Preview action?
@JeremyKelley It was for Open Action. This issue got fixed in the current product by microsoft.
As part of a repository clean up effort we are closing older issues. If this issue remains, please: open a new issue, reference this issue, and provide any additional details that may help in resolution. Thank you for your understanding as we work to improve our responsiveness.
Category
Expected or Desired Behavior
When a FileHandler is deployed. When we click on the filename in OneDrive Shared Library either all the office extension should open in microsoft application or all the office extension should open via FileHandler (If configured for those extensions)
Observed Behavior
I have created a FileHandler for the file type docx and xlsx. In OneDrive Shared Library when I click on a filename of type .docx, it is opened in Microsoft Word Online. However, when I click on a filename of type .xlsx, it is opened via the FileHandler.
Thank you.