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.
您收到此消息的原因是您的 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