object_name
{ "file_id": "27", "digest": { "md5": "asdjfiedjisdhihsidihishiahi" }, "object_name": "content", "object_size": 11683, "content_type": "text/plain", "upload_source": "preview" }
curl --location --request POST '/v1/thirdparty/files//content/upload-url' \ --header 'X-OfficeSdk-Token;' \ --header 'X-Request-Id;' \ --header 'X-User-Query;' \ --header 'Content-Type: application/json' \ --data-raw '{ "file_id": "27", "digest": { "md5": "asdjfiedjisdhihsidihishiahi" }, "object_name": "content", "object_size": 11683, "content_type": "text/plain", "upload_source": "preview" }'
{ "code": 0, "data": { "url": "http://oss.bar.com/content", "method": "PUT" } }