Open xyy7260 opened 6 years ago
执行上传函数 AliyunOSS.uploadObjectAsync 的catch 里面出现,
在这之前我修改过你的代码
NativeAliyunOSS.initWithKey(conf.AccessKey, conf.SecretKey, conf.SecretToken, EndPoint);
如果我这样上传就会出现 :
只能接受第三个参数,随后修改了:NativeAliyunOSS.initWithKey(conf.AccessKey, conf.SecretKey, EndPoint);
这样就行了没有报错,但是 上传的时候出现上面那个错误了。
@kala888 @SpadeGod 老大们
他这个代码里边的initWithKey方法写错了,应该用箭头函数 initWithKey:(AccessKey,SecretKey,SecretToken,EndPoint) => { NativeAliyunOSS.initWithKey(AccessKey, SecretKey, SecretToken, EndPoint); },
版本 "react-native-aliyun-oss-cp": "^1.0.6", "react-native": "0.52.0",