android - Cannot update the column information in table parse.com -
i have table lets call "post" has 3 columns "usera"<parseuser>
, "userb"
, "status"<string>
. data consists of usera currentuser, userb parseuser, status => when going update status "a" "b" throw me error
com.parse.parseexception: java.lang.illegalargumentexception: cannot save parseuser not authenticated.
can me please?
you need logged in user you're trying modify. possible solution call cloud code function , use master key this.
the cloud code guide here: https://parse.com/docs/cloud_code_guide
Comments
Post a Comment