-
在taro.js 框架中使用,模板是react native
调用任何api,都会报
```
TypeError: null is not an object (evaluating 'AliOss.enableDevMode')
```
比如这样
```
//文件上传
function upload() {
console.log("准备上传")
…
eugle updated
2 years ago
-
In case my web is http locally, AliossStorage->upload method will return a wrong url with wrong HTTP protocal. Then endpoint URL of Alioss bucket will be HTTPS always, never be http.
-
不需要配置accessKeyId和accessKeySecret得吗?
-
在应用刚打开的时候,调用初始化
String stsPath = UrlPath.baseUrl + UrlPath.stsToken;
AliOSSFlutter alioss = AliOSSFlutter();
alioss.init(stsPath, "http://oss-cn-hangzhou.aliyuncs.com");
//监听初始化…
-
-
上传阿里云的时候报签名错误:
```
com.aliyun.oss.OSSException: Failed to parse the response result.
[ErrorCode]: InvalidResponse
[RequestId]: 639F3700E80D0139382AB438
[HostId]: null
[ResponseError]:
Sig…
-
**Is your feature request related to a problem? Please describe.**
Yes, when deploy egress to private cloud, egress may connect to s3 compatible storage like MinIO, tls is not required
**Describe …
-
laravel-admin后台的个人中心设置里面,控制器119行上传头像用的是image,会造成多图上传,入库报错,修改成file之后视图显示不正确
0x7c6 updated
5 years ago
-
我执行curl -fsSL https://get.docker.com | bash
提示 curl: (7) Failed to connect to get.docker.com port 443 after 60247 ms: Connection refused
目前看网上有安装方法
```
## 设置秘钥
curl -fsSL https://mirrors…
-