gpt4 book ai didi

jwt - 将 Box 与 JWT(服务器身份验证)结合使用

转载 作者:行者123 更新时间:2023-12-01 19:24:52 29 4
gpt4 key购买 nike

我使用 Box API JWT 服务器身份验证:

        IAccessTokenCache accessTokenCache = new InMemoryLRUAccessTokenCache(100);

Reader reader = new FileReader("D:\\config.json");
BoxConfig boxConfig = BoxConfig.readFrom(reader);


BoxAPIConnection api = BoxDeveloperEditionAPIConnection.getAppUserConnection(USER_ID,boxConfig);

但是 Box 异常(exception):

{"error":"unauthorized_client","error_description":"This app is not authorized by the enterprise admin"}

enter image description here

最佳答案

@kendomen 是正确的。以下是更多详细信息:

转至 api.box.com。然后选择管理控制台。

enter image description here

现在这就是它变得时髦的地方。单击“安全”步骤。

enter image description here

然后是小字。

enter image description here

这给出了应该在三步前显示的工具栏。单击“应用程序”。

enter image description here

然后单击“授权新应用程序”。

enter image description here

这会弹出一个弹出窗口,您可以在其中输入应用程序 key 。这在您可能从 Box.com 下载的 json 文件中被称为“ClientID”。

enter image description here

关于jwt - 将 Box 与 JWT(服务器身份验证)结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43815989/

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