在写入数据库之前我需要做其他事情吗?接收错误 401
E/Volley:[16286] BasicNetwork.performRequest: https ://MASKED.skygeario.com/record/save 的意外响应代码 401
I/Skygear Record Save: Fail to save: io.skygear.skygear.Error: write is not allowed
在写入数据库之前我需要做其他事情吗?接收错误 401
E/Volley:[16286] BasicNetwork.performRequest: https ://MASKED.skygeario.com/record/save 的意外响应代码 401
I/Skygear Record Save: Fail to save: io.skygear.skygear.Error: write is not allowed
Skygear 在写入数据库之前需要用户身份验证。(文档中未提及)
登录后。没关系。
记录保存功能需要当前用户完成。所以你需要创建一个用户,保存记录就可以了。
您可以在此处查看如何注册用户:https ://docs.skygear.io/guides/auth/basics/android/