android开发实现七牛云传输文件

上传下载文件的业务流程:

http://developer.qiniu.com/article/developer/programming-model.html

凭证生成算法:http://developer.qiniu.com/article/developer/security/upload-token.html

上传下载的demo:http://developer.qiniu.com/code/v7/sdk/java.html

注:无论如何,AccessKey/SecretKey均不得包含在客户端的分发包中


你可能感兴趣的:(七牛云存储使用)