Rumah > Soal Jawab > teks badan
第一次上传七牛存储 还请大神指点。
QNUploadManager *upManager = [[QNUploadManager alloc] init];
[upManager putFile:[NSString stringWithFormat:@"file://localhost/private%@", _MP4path] key:_MP4path token:self.token complete:^(QNResponseInfo *info, NSString *key, NSDictionary *resp) {
NSLog(@"%@",key);
NSLog(@"%@", info);
NSLog(@"%@", resp);
} option:nil];
这是上传千牛的 代码 路径是一个视频 但是打印出来的 info <QNResponseInfo= id: 1458528883883530, status: -3, requestId: (null), xlog: (null), xvia: (null), host: (null) ip: (null) duration: 0.000000 s time: 1458528883 error: Error Domain=qiniu.com Code=-3 "(null)" UserInfo={error=no token}> resp 为 null info 里面这些字段都表示什么意思呢 七牛的视频地址在哪里返回呢?