尝试创建存储桶获取对象缺少响应
Trying to Create a bucket getting object is missing response
尝试通过以下请求与 api 对话:
POST /oss/v2/buckets/ HTTP/1.1
Host: developer.api.autodesk.com
Authorization: "Bearer sOla4eICLR6IBcx0892MvPjJ***"
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 1018dee7-22f1-d20b-4d11-32c4fd41d525
{
"bucketKey":"energymetrics.bucket1",
"policyKey":"transient"
}
回复:
{{
"developerMessage": "Object is missing",
"userMessage": "",
"errorCode": "",
"more info": "http://developer.api.autodesk.com/documentation/v1/errors/"
}}
在 PostMan 和 C# 中都尝试过
请确保您使用的 URL 没有尾部斜线
https://developer.api.autodesk.com/oss/v2/buckets
尝试通过以下请求与 api 对话:
POST /oss/v2/buckets/ HTTP/1.1
Host: developer.api.autodesk.com
Authorization: "Bearer sOla4eICLR6IBcx0892MvPjJ***"
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: 1018dee7-22f1-d20b-4d11-32c4fd41d525
{
"bucketKey":"energymetrics.bucket1",
"policyKey":"transient"
}
回复:
{{
"developerMessage": "Object is missing",
"userMessage": "",
"errorCode": "",
"more info": "http://developer.api.autodesk.com/documentation/v1/errors/"
}}
在 PostMan 和 C# 中都尝试过
请确保您使用的 URL 没有尾部斜线
https://developer.api.autodesk.com/oss/v2/buckets