收到错误已弃用的服务。请联系以了解有关迁移到 Oauth 2 的更多信息。autodesk、两条腿身份验证、forge 查看器

问题描述 投票:0回答:1

I am not able to upload the drawing file and not able to open file in forge viewer.

I am using two legged authentication api. Please find code snippet below.

$twoLeggedAuth = new TwoLeggedAuth();
$twoLeggedAuth->setScopes( [ 'bucket:read' ,'data:read','data:write' ] );

$twoLeggedAuth->fetchToken();

对于令牌生成,我使用两条腿的身份验证方法

How can I change above code with new one. 

autodesk-forge autodesk-viewer autodesk-model-derivative forge viewer
1个回答
0
投票

您收到此消息的原因是您的 clientId 应用程序仍在使用身份验证 V1。 自 2024 年 7 月 22 日起,Auth V1 不再可用。您需要将应用程序迁移到 Auth V2。

我们可以在 2024 年 7 月 31 日之前允许访问您的申请。我正在协商延长一点时间,但尚未做出任何承诺。

请提供书面承诺,确认您将在此日期之前迁移出 V1。 请提供应用程序客户端 ID 和需要添加到允许列表中的联系电子邮件。

您必须在 7 月 31 日之前完成向 Auth V2 的迁移。 您可以参考:https://aps.autodesk.com/blog/migration-guide-oauth2-v1-v2

© www.soinside.com 2019 - 2024. All rights reserved.