kev*_*vin 6 objective-c ios parse-platform
我正在构建一个IOS应用程序并使用parse.com作为后端.突然之间,今天我收到了这个错误 - 错误:文件名必须是一个字符串,没有任何其他解释.我确定我使用的文件名是一个字符串.我没有更改任何Native IOS代码,所以它必须是一个新的Parse问题.唯一的区别 - 今天我将我的帐户更新为Parse的新定价模型,想知道这是否相关?
// Code snippet
NSString *fileName = @"test.mov"; // Also tried just @"test"
PFFile *file = [PFFile fileWithName:fileName data:fileData]; // NSData - 286553 bytes
[file saveInBackgroundWithBlock:^(BOOL succeeded, NSError *error) {
// Break point right here - this is where the error occurs.
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
958 次 |
| 最近记录: |