You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get undefined, I've looked at the ACL and its fine, I execute Parse.Cloude.run via user that have ACL(Read/Write) for the object I'm trying to fetch, I even logged the request.user.id and its the id for the user that executes Parse.Cloude.run, so to rule out permissions I enabled for the role I was looking Public(Read/Write)and its WORKING?!, I don't get undefined anymore, everything works, what?, I don't know if something wasn't implemented yet or its just a bug, anyway if I was doing something wrong I'd be glad to know about it.
I haven't tested running the code from the client, the roleQuery is part of the cloud code script, moreover I haven't tested write but I believe its the same.
The text was updated successfully, but these errors were encountered:
Hi everyone, I'm using version 2.2.10, I followed this parse tutorial.
Where I got to the point where I have to execute something like:
Parse.Cloud.run('friend', {"friendId": "w5VCkWYnap"})
I've noticed that at the server, right about here:
I get
undefined
, I've looked at the ACL and its fine, I executeParse.Cloude.run
via user that haveACL(Read/Write)
for the object I'm trying to fetch, I even logged therequest.user.id
and its the id for the user that executesParse.Cloude.run
, so to rule out permissions I enabled for the role I was lookingPublic(Read/Write)
and its WORKING?!, I don't get undefined anymore, everything works, what?, I don't know if something wasn't implemented yet or its just a bug, anyway if I was doing something wrong I'd be glad to know about it.I haven't tested running the code from the client, the
roleQuery
is part of the cloud code script, moreover I haven't tested write but I believe its the same.The text was updated successfully, but these errors were encountered: