Sample Android Address Book App Compatibility with Android 6.0
@Anurag_Byala wrote: Sample Android Address Book App is not compatible with Android 6.0 onward. Kindly provide the updated code/information about the same. We have tested on previous version & it...
View ArticleSelect-Update Query
@Ali_Izadi wrote: Hello everyone. I am new to Dream Factory and this forum. I want to update a record automatically after selecting it from client. Is it possible? How? Posts: 1 Participants: 1 Read...
View ArticleSchedule script to change status of a mongodb document value
@jeebee wrote: Hello eveybodyi use DF 2.1 with mongodb service very nice , no problem now i'm looking on this functionality : imagine that i have a mongo collection with document ..on this document...
View ArticleTrying to add a column to users returns "No data in schema update request"
@tjenicek wrote: I'm new to DF and I'm having trouble adding a field to the users table. When I run the following through the API using db/_schema - "updateAppdendbTables() - Update (patch) one or...
View ArticleDreamfactory version showing 2.1.1 after installing 2.1.2
@m_menon wrote: Just installed the latest Dreamfactory 2.1.2 from this link The installation went through smoothly but when I check the version information from the System Info overview - I see the...
View ArticleDefault role -- 404: Role not found
@mlucas wrote: I have a table in one of my databases that I want to use to collect emails from users. Unregistered users should be able to insert records to this table, but not have access to any...
View ArticleRequired extension or module 'mongo' is not installed or loaded
@m_menon wrote: Seems like another night of errors! Now this message crops up when I try to add MongoDB service Required extension or module 'mongo' is not installed or loaded. This is the latest...
View ArticleCreating Service Definition
@Gavin_Beard wrote: Hi, I am trying to setup a connection to a remote service, and have created a service definition for it: { "swagger": "2.0", "basePath": "/pwinty", "info": { "version": "1.0.0",...
View ArticleUnable to connect to AWS RDS MySQL Service
@csbrown wrote: Trying Enterprise Hosted edition of DreamFactory (so I assume it is set up correctly). I am trying to connect with an AWS RDS MySql Database. I set up the service using the same...
View ArticleFailed to update resource: Validation failed
@m_menon wrote: Was trying to disable the "files" service from the Services tab. I get the following error on the upper left handside of the screen when trying to deactive the files services by...
View ArticleDreamfactory system DB in sql server
@Duncan_Davis wrote: Is it yet possible to move the system db to sql server instead of mysql or sqllite ? Posts: 6 Participants: 3 Read full topic
View ArticleExecute function on remote mongodb
@m_menon wrote: how do I execute a function that's on a remote mongodb? I already have the mongodb service set up and can connect and run all the other APIs and it returns the records. But then how do...
View ArticleNested Update with Mongo
@Luis_Toscano wrote: I have the following schema: { 'a':1, b:[{_id:341432, c:2 }, {_id:341445, c:3 }]}; Is there a way, using the REST API, to update the c value from element with _id = 341445 in the...
View ArticleMongoDb Large Document
@Jk_Padmanapan wrote: Hi Team DF, I am using mongodb with DF. I have a requirement to store all datas related to user in a single document(row). Documents will be keep on growing daily. I saw that...
View ArticleSystem service lost from API DOCS
@jmontes wrote: My upgraded instance of DF2, dont have more the SYSTEM SERVICE in API DOCS Admin Application Version: 2.1.6DreamFactory Version: 2.1.2 Operating System: linuxRelease:...
View ArticleRemote Web Service on local enviroment
@rstewart8 wrote: I have Dreamfactory and my remote web service api both install on my local machine. I first tested using the edmunds api and sent requests and got back the responses and all look...
View ArticleMultiple user-to-app-to-role assignment
@jmontes wrote: After update from 2.1.1 to 2.1.2I have this error when I was trying to update a user settings: Api Error Multiple user-to-app-to-role assignment. You can only have a single...
View ArticleRedshift as a Service? Anyone have success with this?
@Jacob_Flatter wrote: I have successfully connected to a Redshift cluster on AWS with the Postgres Driver. Is there a way to use the Redshift driver? Perhaps the library that Dream Factory is using...
View ArticleWhat's wrong with my server side Node Script
@jeebee wrote: hi alli've setup a service (custom scripting service) that do some operation on my mongodb I want to run this script on a daily basis so i need to cron a script that will do a POST...
View ArticleAnyway to access user custom data through /system/user/ endpoint?
@ethan.ho wrote: I planned to use user_custom table to store user profile data.I can store users' custom data with /user/custom/ endpoint. But when I tried to retrieve the stored profile data for...
View Article