Forge Viewer - 上传文件时出错
Forge Viewer - Error while uploading file
我正在尝试上传具有有效 token
和范围 data:create
和 data:write 的文件。但是我每次都收到以下错误。
{"reason":"No write access"}
curl --header "Authorization: Bearer <token>" --header "Content-Length: 175577746" -H "Content-Type:application/octet-stream" --header "Expect:" --upload-file "test.nwd" -X PUT https://developer.api.autodesk.com/oss/v2/buckets/mybucket/objects/test.nwd -k
在上传文件之前,我创建了一个成功的桶。
如果我遗漏了什么,谁能告诉我。
我创建了一个完整的 post,介绍了您完成上传过程所需的所有步骤。
https://forge.autodesk.com/blog/tutorial-using-curl-2-legged-authentication-model-translation
检查一下,如果您仍然需要帮助,请告诉我。还要确保您已经开始试用服务,以便您可以访问模型导数 API,以便翻译过程正常进行。
我可以上传文件,但是在检查 SVF 文件转换作业状态时收到以下响应。
{
"type": "manifest",
"hasThumbnail": "false",
"status": "failed",
"progress": "complete",
"region": "US",
"urn": "",
"version": "1.0",
"derivatives": [
{
"name": "LMV Bubble",
"hasThumbnail": "false",
"status": "failed",
"progress": "complete",
"messages":[
{
"type": "error",
"message": "Translation failure",
"code": "TranslationWorker-InternalFailure"
}
],
"outputType": "svf"
}
]
}
我正在尝试上传具有有效 token
和范围 data:create
和 data:write 的文件。但是我每次都收到以下错误。
{"reason":"No write access"}
curl --header "Authorization: Bearer <token>" --header "Content-Length: 175577746" -H "Content-Type:application/octet-stream" --header "Expect:" --upload-file "test.nwd" -X PUT https://developer.api.autodesk.com/oss/v2/buckets/mybucket/objects/test.nwd -k
在上传文件之前,我创建了一个成功的桶。
如果我遗漏了什么,谁能告诉我。
我创建了一个完整的 post,介绍了您完成上传过程所需的所有步骤。
https://forge.autodesk.com/blog/tutorial-using-curl-2-legged-authentication-model-translation
检查一下,如果您仍然需要帮助,请告诉我。还要确保您已经开始试用服务,以便您可以访问模型导数 API,以便翻译过程正常进行。
我可以上传文件,但是在检查 SVF 文件转换作业状态时收到以下响应。
{ "type": "manifest", "hasThumbnail": "false", "status": "failed", "progress": "complete", "region": "US", "urn": "", "version": "1.0", "derivatives": [ { "name": "LMV Bubble", "hasThumbnail": "false", "status": "failed", "progress": "complete", "messages":[ { "type": "error", "message": "Translation failure", "code": "TranslationWorker-InternalFailure" } ], "outputType": "svf" } ] }