Skip to content Skip to sidebar Skip to footer
Showing posts with the label Parse Platform

Parse Cloud Code New Sdk Include Subclass Not Working

I was using an old parse SDK version 1.5.0 and my function was returning with all the includes. Now… Read more Parse Cloud Code New Sdk Include Subclass Not Working

Parse.com - How I Can Create Query Equal Createdat By Date Only With Javascript

I want to find data by 'createdAt' field but i need to search with date only (without time)… Read more Parse.com - How I Can Create Query Equal Createdat By Date Only With Javascript

Parse Javascript Api Cloud Code Aftersave With Access To Beforesave Values

I'm using Parse Cloud Code to do before/afterSave processing. I'd check the beforeSave valu… Read more Parse Javascript Api Cloud Code Aftersave With Access To Beforesave Values

How Can I Update Current Object In Parse.com With Javascript?

I want to update object i already have in parse.com with javascript; what i did is i retirevied the… Read more How Can I Update Current Object In Parse.com With Javascript?

How To Correctly Sign An Http Request To Twitter's Rest Api V1.1 In Nodejs?

I'm only getting error 32 'Could not authenticate you' when I call twitter.request() (d… Read more How To Correctly Sign An Http Request To Twitter's Rest Api V1.1 In Nodejs?

Only First Object Getting Saved In Javascript For Loop

On parse.com, Im trying to save an object which includes: a message body, the senders name, the s… Read more Only First Object Getting Saved In Javascript For Loop

Parse Logout 401 Unauthorized Using Rest Api

So, I'm trying to delete a Session object at Parse using the logout method calling the REST api… Read more Parse Logout 401 Unauthorized Using Rest Api

Cloud Code Function Running Twice

I have written a cloud function that is working well. Sometimes this function is being executed mor… Read more Cloud Code Function Running Twice

Simple Way To Get Multiple Related Objects In Parse.com With Javascript?

I have a Player class. Players can have x number of Trophies. I have the Player objectId and need t… Read more Simple Way To Get Multiple Related Objects In Parse.com With Javascript?

Parse.com Save Slow With Pointers To Files

I have a class called Photo with Parse.Files for different sizes of the photo and a bunch of photo … Read more Parse.com Save Slow With Pointers To Files

Send Data To Parse Once The "submit" Button Has Been Clicked

I'd like to use JavaScript/jQuery Mobile to capture a date inputted by the user, and then once … Read more Send Data To Parse Once The "submit" Button Has Been Clicked

Promises On Cloud Code

I'm writing a cloud code function for run many task after delete an object. How can I do this … Read more Promises On Cloud Code

Parsejs Angular/ionic Retrieving Relational Object In View (values Getting Displayed When Page Is Opened For The Second Time)

I am using a ng-repeat element to display a list of elements. Each element has some Parse.Pointer o… Read more Parsejs Angular/ionic Retrieving Relational Object In View (values Getting Displayed When Page Is Opened For The Second Time)

Delete All Old Objects In Parse.com

I wanted to clear all objects which a more than one day old....so I used the below given cloud code… Read more Delete All Old Objects In Parse.com

Issue With Parse.com User Signup Not Working

Using parse.com and javaScript SDK 1.6.7. The below code is used to register new users on my site, … Read more Issue With Parse.com User Signup Not Working

Parse Cloud Update Unique Column

I have used this code to save the data using Parse Cloud, I have a unique column 'number_plate&… Read more Parse Cloud Update Unique Column

Issue With Parse.com User Signup Not Working

Using parse.com and javaScript SDK 1.6.7. The below code is used to register new users on my site, … Read more Issue With Parse.com User Signup Not Working

Parse Cloud Code Request.object.get(key) Return Always Undefined

i'm trying to make a simple check before saving an object on Parse. I'm using the 'befo… Read more Parse Cloud Code Request.object.get(key) Return Always Undefined

Set Default Profile Picture For Parse Signup

I am trying to set default profile picture at signup time in parse.the picture is in my project fol… Read more Set Default Profile Picture For Parse Signup

Parse Deploy Of Cloud Code Failing With Message "Update Failed With Internal Error"

I've been running Parse cloud code for a few months using CLI version 1.4.1 with no problems. I… Read more Parse Deploy Of Cloud Code Failing With Message "Update Failed With Internal Error"