How can I upload base64 data stored by qiniu cloud?

Source: Internet
Author: User
Tags crc32
How can I upload base64 data stored by qiniu cloud? How can I upload base64 data stored by qiniu cloud?

Reply content:

How can I upload base64 data stored by qiniu cloud?

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. In the future, it may be supported to pass in-1, indicating that the file size is subject to the http request body.
  • : Optional. If this parameter is not specified, the uptoken. SaveKey generates the key based on the SaveKey. Otherwise, the hash value is used as the key.
  • : Object MIME type. Optional. The default value is application/octet-stream.
  • : The crc32 check value of the file content. Optional. If this parameter is not specified, verification is not performed.

Response package:

200 OK {  hash: 
  
   }
  

No one answered.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.