【问题标题】:Recovering files after processing处理后恢复文件
【发布时间】:2019-10-10 23:47:08
【问题描述】:

在 10 月前夕,Revit 控制台日志中提供的信息使我们能够恢复返回的文件。 现在这不可能了!

之前:

  "outputFile": {
    "optional": true,
    "localName": "OutputRvtFile.rvt",
    "url": "https://developer.api.autodesk.com/oss/v2/buckets/caqg5kf4prwtqmmvrw_designautomation/objects/20190718115854_output_xxxxxxx.rvt",
    "headers": {
      "Authorization": "Bearer eyJh…."
    },
    "verb": "put"
  },

现在:

"outputFile": {
    "optional": true,
    "localName": "OutputRvtFile.rvt",
    "url": "https://developer.api.autodesk.com/Masked:tAUm....1RT08=",
    "headers": {
      "Authorization": "Masked:MT….E+zJONm3VU="
    },
    "verb": "put"
  },

之前我们有文件链接和变量 Bearer 但现在有更多而且文档没有更新,或者没有找到最新消息。

当我下载文件时,我有这个元素: { "developerMessage":"请求的资源不存在。","userMessage":"","errorCode":"ERR-002","more info":"http://developer.api.autodesk.com/documentation/v1/errors/err-002"}

有人能让我走上正确的道路吗? 我的问题是什么?

【问题讨论】:

    标签: autodesk-forge autodesk-designautomation


    【解决方案1】:

    奥利维尔,

    RVT 输出文件的 URL 和授权标头与您作为 WorkItem 有效负载的一部分传递到 Design Automation for Revit 的 URL 和授权标头相同。

    Autodesk 重视您在 Design Automation 中的隐私和数据的安全性。您的 URL 和不记名令牌在设计自动化日志(包括 report.log)中被屏蔽,因此您的敏感数据在您的作业运行后对 Autodesk 不可见。

    最好, 迈克尔

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-03-20
      • 1970-01-01
      • 2012-04-04
      • 1970-01-01
      • 2011-03-10
      • 2015-06-18
      • 2014-06-17
      • 1970-01-01
      相关资源
      最近更新 更多