aliyun / aliyun-oss-react-native

MIT License
148 stars 99 forks source link

asyncListObjects接口未返回内容 #59

Closed HELLC-- closed 5 years ago

HELLC-- commented 5 years ago
OSS.initWithPlainTextAccessKey(accessKey, secretKey, endPoint);
        OSS.asyncListObjects(bucket, {
            delimiter: '/'
        }).then(res => {
            console.log(res);
            // Portal.remove(toastKey);
        }).catch(err => {
            debugger
        });

then、catch都未返回内容

HELLC-- commented 5 years ago

导入framework文件后正常了

tario-you commented 3 months ago

请问 framework 文件是什么啊?