English 中文(简体)
A. 未能用Azure blob储存发送工作项目
原标题:Failed sending workitem with azure blob storage
  • 时间:2023-10-10 02:23:05
  •  标签:
问题回答

你们必须把标题x-m-blob类添加到工作项目论点上,而不是在工作项目中添加。 See example in workitem documentation

"OutputIpt": {
    "url": "https://developer.api.autodesk.com/oss/v2/signedresources/2922c578-da22-4a35-a943-6cfeb4484009?region=US",
    "headers": {
        "Authorization": "",
        "Content-type": "application/octet-stream"
    },
}

阁下:

"jsonArgName": {
    "url": "https://azure.com/url/path",
    "headers": {
        "x-ms-blob-type": "BlockBlob",
    },
}




相关问题
热门标签