How do I upload the data of the seven Qiniu storage base64?
Reply content:
How do I upload the data of the seven Qiniu storage base64?
Request Package:
POST /put/
/key/
/mimeType/
/crc32/
/x:user-var/
Authorization: UpToken
Content-Type: application/octet-stream
Or
POST /putb64/
/key/
/mimeType/
/crc32/
/x:user-var/
Authorization: UpToken
Content-Type: application/octet-stream
: File size, required. The future may support incoming-1 means that the file size will be the HTTP request body.
: optional, if not specified: if Uptoken. Savekey exist is based on savekey production key, otherwise hash value as key.
: The MIME type of the file. Optional, default is Application/octet-stream.
: The CRC32 checksum value of the file contents. Optional, no validation is not specified.
Return Package:
200 OK { hash:
}
There's no one to answer.