图API错误“身份验证失败。没有弹出窗口的重试。内部例外:属性存储超过196607属性。

发布于 2025-02-09 17:17:18 字数 162 浏览 1 评论 0 原文

我在电源应用中使用Canvas应用中的Graph API。我从共享日历中获得事件,并且请求每30秒发生一次。几个小时后出现此错误:

graplapi.futureevents fromSharedCalendar失败:身份验证失败。没有弹出窗口的重试。内部例外:属性存储超过196607的属性。

I am using Graph API in Canvas App in Power Apps. I am getting events from Shared Calendar and the request happens every 30 seconds. A few hours later this error appears:

GraphAPI.FutureEventsFromSharedCalendar failed: Authentication failed. No retry with popUp. Inner Exception: Property storage exceeds 196607 properties.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哆啦不做梦 2025-02-16 17:17:18
  1. 一个人可能需要经常检查
    画布应用。大多数情况下,原因是内存异常
    堆在堆中的内存异常中的堆崩溃
    在某些设备上操作。
  2. 如果客户量重达操作,则堆中的对象将
    增加,导致超过内存限制。
  3. 解决方法之一可能要介绍应用程序性能和
    内存。大多数浏览器的开发器工具允许您配置
    记忆。它有助于可视化堆尺寸,文档等。

请检查此文档至修复内存问题 解决方法,以解释使用Microsoft Edge和DevTools来查找影响页面性能的内存问题,包括内存泄漏,频繁的垃圾收集和存储器膨胀。
尝试查找页面与Microsoft Edge浏览器任务管理器使用的内存数量。

参考:提高帆布应用程序性能的技巧和最佳实践

  1. One may need to frequently check the memory consumption of the
    canvas app. Most of the cases, the cause is the memory exceptions in
    the heap crash in Memory exceptions in the heap that freezes the
    operation on certain devices.
  2. If client-heavy operations happen, the objects in the heap will
    increase, resulting in exceeding memory limits.
  3. One of the workaround maybe to profile app performance and
    memory.Developer tools for most browsers allow you to profile
    memory. It helps to visualize heap size, documents etc .

Please check this document to Fix memory problems to workaround which explains the use Microsoft Edge and DevTools to find memory issues that affect page performance, including memory leaks, frequent garbage collections and memory bloat.
Try to find how much memory your page is using with the Microsoft Edge Browser Task Manager.

enter image description here

Reference : Tips and best practices to improve performance of canvas apps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文