代码如下:
var file = new AV.File("test.png", req.files.file);
file.save()
.then(function(response) { console.log(response._url); }, function(error) { console.log(error); });
错误如下:
TypeError: Cannot read property '_thenRunCallbacks' of undefined
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
也报同样的错误。