gpt4 book ai didi

javascript - Office API Javascript - 找不到加载错误 telemetryproxy.html

转载 作者:行者123 更新时间:2023-11-30 11:22:03 26 4
gpt4 key购买 nike

我尝试将 Office.js 加载到我的应用程序中。

我添加了 <script src="https://appsforoffice.microsoft.com/lib/1/hosted/Office.js" type="text/javascript"></script>

我在控制台中收到警告和错误。

Warning: Office.js is loaded outside of Office client

和错误:o15apptofilemappingtable.js:11 GET https://telemetryservice.firstpartyapps.oaspapps.com/telemetryservice/telemetryproxy.html 404 (Not Found)

我创建的 app.js 包含:

Office.initialize = function (reason) {
$(document).ready(function () {
switch (reason) {
case 'inserted': console.log('The add-in was just inserted.');
case 'documentOpened': console.log('The add-in is already part of
the document.');
}
});
};

有人可以帮我解决吗?

谢谢!

最佳答案

当您尝试在浏览器页面中打开加载项时,预计会出现第一个错误。 Office.js 只能在 Office 应用程序内部工作,例如在任务 Pane 中。要运行您正在开发的加载项,您需要将其旁加载到 Office 应用程序中。如果您使用的是 Visual Studio,则只需按 F5。如果您使用不同的编辑器,则需要使用其中一种侧载技术。有关详细信息,请参阅 Sideload Office Add-ins for testing .

第二个错误可能是第一个错误的副作用。

关于javascript - Office API Javascript - 找不到加载错误 telemetryproxy.html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49475805/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com