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
I managed to find the root cause of the issue - CheckFileInfo.BaseFileName property is required to have extension (and I was only setting our blob name here).
For DOCX endpoint, this is not important, but for PPTX/XLSX it is... In all fairness, MS does say that extension is required here, however they do not make it easy to identify the problem.
Hi Petr,
I managed to find the root cause of the issue - CheckFileInfo.BaseFileName property is required to have extension (and I was only setting our blob name here).
For DOCX endpoint, this is not important, but for PPTX/XLSX it is... In all fairness, MS does say that extension is required here, however they do not make it easy to identify the problem.
Originally posted by @sf360bnedeljkovic in #169 (reply in thread)
The text was updated successfully, but these errors were encountered: