【发布时间】: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