Parse.com使用万能钥匙

时间:2014-02-25 00:27:27

标签: android parse-platform

我正在尝试从其他登录用户更新用户类中的用户记录,但我现在遇到的问题是我收到的错误是不允许的,除非使用主密钥。我试图在我的代码中添加Parse.Cloud.useMasterKey(),eclipse无法识别它,我找不到任何线索上网一周了...请帮助!!!

这是logcat异常:

com.parse.ParseException: java.lang.IllegalArgumentException: Cannot save a ParseUser that is not authenticated.

1 个答案:

答案 0 :(得分:3)

您需要以您尝试修改的用户身份登录。一种可能的解决方案是调用Cloud Code函数并使用Master Key执行此操作。

Cloud Code指南在此处:https://parse.com/docs/cloud_code_guide