Questions tagged [cloudboost]

CloudBoost.io is the Complete Serverless Platform which does Data-Storage, Realtime, Search, Cache, Queues with one simple API.

CloudBoost is the Complete Serverless Platform for your app. Think of CloudBoost as Parse + Firebase + Algolia + Iron.io all combined into one :

  • Data-Storage / JSON Storage / BLOB Storage
  • 100% data ownership
  • Realtime
  • Search
  • Cache
  • Queues
  • More - ACL's, User Authentication, Server-less apps and more.
48 questions
1
vote
1 answer

Android: Reading JSON files fails

I've tried many ways but they all keep saying the file doesn't exist, but it does. It's located in the java folder but when it tries to read it it fails. I've taken out the JSON codes, and storing it in to Cloudboost works when I hard code it, but i…
1
vote
1 answer

Add include to CloudSearch in CLoudBoost

I'm trying to do the same as query = new CB.CloudQuery('Class'); query.include('columnName'); But using CloudSearch, SearchQuery or SearchFilter. Is it possible? For example: var cs = new CB.CloudSearch(Class); cs.searchFilter = new…
Gabriel Anglada
  • 191
  • 1
  • 8
0
votes
1 answer

PhantomJS does not exist Error

I get error PhantomJS does not exist at '/usr/local/phantomjs/bin/phantomjs on the terminal upon running the tests (npm tests) for Cloudboost Javascript SDK repo. Any idea how to fix this?
UtkarshPramodGupta
  • 7,486
  • 7
  • 30
  • 54
0
votes
2 answers

'This' typescript is undefined

I'm quite new to ionic / angular / typescript and cloudboost, and I'm trying to make this all work together. I've starded a new ionic project with the "super" starter theme. I've managed to make work for the cloudboost logIn function, nevertheless…
axx
  • 263
  • 1
  • 3
  • 10
0
votes
0 answers

How to upload a text on cloudboost

I want to upload a text with a unique id I want , on cloud boost but I have no idea about cloudboost , but I do have an account
0
votes
1 answer

How to handle cloudboost errors in Ionic2?

The error I get when the user fails to log in is "Error: Request failed with status code 401". This error is logged here: static login(username : string, password : string){ return new Promise(resolve =>{ let user = new CB.CloudUser(); …
vinni
  • 11
  • 2
0
votes
1 answer

How to query the data with selected date range in CloudBoost

I want to fetch the records from the CloudTable with particular date range say from : startDate to endDate
0
votes
1 answer

Add a new value on a relation list between users and a table

SOLVED The situation is that I have two tables, the table User that CloudBoost gives you, and the table Movie that I made up. User contains a list called movies for the relation, being a relation many to many. What I want to make is to add a new…
Gummiees
  • 73
  • 2
  • 9
0
votes
1 answer

Problems in saving data with Android on CloudBoost

I'm using CloudBoost for Android application and i had some problems when I try to save save a data in a table, I'm not getting any results. This is my code: CloudApp.init("*****", "*****"); ... new Thread(new Runnable() { …
0
votes
2 answers

Cloudboost - Library Error

Something strange happened yesterday afternoon, all of a sudden I started getting errors when just loading the cloudboost.js library. This is the error, and I've included basic html with just the library in that is giving me this error - And the…
0
votes
0 answers

Cloudboost - Register User Error

I'm using the example from your quickstart section on your website to register a user, problem is, it is throwing back an error. Did I miss something? See below for the error. Error: Request failed with status code 400…
0
votes
1 answer

Cloudboost - Geopoint Query Event

Fantastic tool, I've been fighting with GeoFire for the past while and decided to try a new platform, so easy to get started. I have a small problem however, I've written a query that picks up messages that are within a radius which works great on…
0
votes
0 answers

How to parse CloudBoost data

I have written a swift function to fetch data from cloudboost server. I am getting data with it. But I am not able to parse that data and general NSDictionary or NSArray form. @IBAction func readData(sender: AnyObject) { let query =…
Pankaj Gaikar
  • 2,357
  • 1
  • 23
  • 29
0
votes
1 answer

Delete rows in CloudBoost using conditions

Is there a quick way to delete rows in a CloudBoost database without sending an ID as parameter? For example, imagine that I have a list of Dogs and would like to delete those whose color is white. Looking in the documentation, I could create a…
Leandroid
  • 1,997
  • 2
  • 17
  • 19
0
votes
1 answer

CloudBoost query Invalid URI The format of the URI could not be determined

I took a look at CloudBoost today and it looked to do all the things I'm going to want for my commercial apps. The quick video tutorial showed easily how to add data to the tables in the database, and this code works fine for me, so I know that my…
Davy C
  • 639
  • 5
  • 16