In Excel Online, the framework is not passing the “et” license token parameter for paid and trial Add-ins

こ雲淡風輕ζ 提交于 2019-12-02 18:23:04

问题


I don't know if this is related to recent Excel online query string param discussions so I'm starting a different thread.

The et param is being passed by the Excel client but not in Excel online. I have tried both paid and trial (within trial period) Add-ins.

It may be related to this thread also Word online not sending et parameter when user accesses add-in as trial


回答1:


This is a bug of Addin Commands and has been fixed (validation with "Compare and Merge" and "Range Tracker"). Please try it again.




回答2:


thanks for reaching out. Our team investigated and looks like we have a bug, and no, it isn't related to that other thread. We will follow up.




回答3:


I'm facing the same issue with outlook online, it seems that the value of the StoreType value within OsfControl is always hardcoded to "exchange" in https://r1.res.office365.com/owa/prem/16.1569.8.2186260/scripts/microsoft.owa.extensibilitynext.js which leads to undefined _omnexEntitlment when the etoken is retrieved it's always been retrieved with the initial empty string value.

 getEToken: function() {
            return this._omexEntitlement ? this._omexEntitlement.etoken : this._etoken
        },


来源:https://stackoverflow.com/questions/40997956/in-excel-online-the-framework-is-not-passing-the-et-license-token-parameter-f

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!