目的是上传一个图片到七牛云存储上自定义的一个空间中,但是用iOS SDK中的上传方法需要一个token值;
我参照相关文档,解释是:token是从业务服务器端获取,请问在xCode中具体怎么实现从七牛云的业务服务器获取一个token;
本人小白一个请多多指教耐心帮忙,谢谢了!
*最好不要给我发七牛的文档连接了!我照文档的方式没搞出来,才来找大家帮忙的!
迷茫2017-04-17 16:01:03
You really need to send a link to the document. If you use an SDK, what else can you do without reading the document in detail? . .
http://developer.qiniu.com/docs/v6/api/reference/security/upload-token.html
巴扎黑2017-04-17 16:01:03
This should be done by the business server, don’t put so much pressure on the client