Is it possible to authenticate admins in GUI via AD/LDAP?
@MaxY wrote: Hello, everyone!I want admins that log in DF GUI to be authenticated via my external AD service. I've read the blog post here...
View ArticleOpen source version dropping support for SQL Server / Oracle?
@rro wrote: Based on the newest page on dreamfactory.com (https://www.dreamfactory.com/products), it looks like you all are moving toward only offering sql services for SQL Server / Oracle in a new...
View ArticleMongoDB aggregation operators
@Abraham_Garcia wrote: It would be nice if in future releases we can use aggregation operators in the custom script screen. In order to perform complex queries to our mongodb instance. Also if you can...
View ArticleAuthentication error: Unable to respond to any of these challenges: {} when...
@ddiy wrote: Hi ,I am trying to update the contact table from the andoid address book example.I am getting the error Authentication error: Unable to respond to any of these challenges: {} ,any...
View ArticleOAuth services don't work
@MaxY wrote: Hello.I'm trying to setup oauth user authorization using DF's ouath services feature.I've setup my facebook oauth service filling client_id, secret, and redirect url...
View ArticleHow can I filter/group/order by related fields in the API DOCS UI?
@Andy_Cahn wrote: If I'm working with SQL data and a related table in the API DOCS UI, how do I notate fields from the related table in the Fields, Filter, Group or Order parameters? Every way I've...
View ArticleMySQL functions like now() in server side filters
@bohndorf wrote: How can I create a server side filter for the following SQL expression in a role?:(startdate=0) or (startdate <= now()) Trying using a MySQL function as filter value always results...
View ArticleCannot Connect to Web Service from postman
@Heri_Herwanto wrote: Dear all I'm new on DreamFactory.I follow the instruction "How to Connect DreamFactory to a Remote Web Service" on youtube and I already have a API Key From Edmund, after that we...
View ArticleDecoding file content in custom script
@Nikhil wrote: Hi,I tried to access files in local storage using custom script (V8js) and it returned me data with encoded content. It was mentioned in one of the Dreamfactory forum to use base64.js....
View ArticleExposing custom script services publicly
@rbarriuso wrote: Hi all, A quick question: Is it possible to expose a custom scripting service publicly (i.e. no session key or API key required)? I know I can enable open registration and give...
View ArticleHow multiple developers can work on dreamfactory if its a local desktop setup?
@rohitaneja8 wrote: We cannot use traditional repository, then how can multiple developers work on local installation. I believe this is only possible if we have a server right? Posts: 1 Participants:...
View ArticleERROR Tab Files - Update DreamFactory 2.1.2 on AWS
@srgrpp wrote: Hello everyone, this is the error I get when I click on the tab FILES instance DreamFactory 2.1.2 of AmazonWS. What can I do? "Argument 2 passed to...
View ArticleSymbol lookup error on script request
@ysadiq wrote: we have DF 2.1 on a centos 6 installed without using the Bitnami image, the problem we are facing is that whenever we make GET request to a server side script, DF goes down with the...
View ArticleCount virtual aggregate based on time window in API docs
@Andy_Cahn wrote: How can I add a virtual aggregate function to count based on the timestamp of the record? I tried Count(Case when Date between DateAdd(day,-7,GetDate()) and GetDate() then 1 else 0...
View ArticleC++/Qt with dream factory
@verhoher wrote: Hello, I'm building an android app in C++/Qt and can't find any sources on setting up the app so that basic CRUD operations could be run. So I was wondering has anyone tried using DF...
View ArticleFile Manager Can't Extract .ZIP Anymore
@zerox12 wrote: I just grabbed the latest version of DF (via bitnami) and I want to upload my web app to local file storage. The problem is there is no way to select a .zip and have it be extracted...
View ArticleSQL file to create tables in your dashboard
@Vineet_Chauhan wrote: How do you create the tables in your account - SQLite from the SQL files I have. Is there a tool to convert the DDLs to JSON definition which can then be uploaded to create...
View ArticleCan aliases only be performed at the field level?
@erick wrote: Using redirects on the web server isn't an attractive solution. Posts: 1 Participants: 1 Read full topic
View ArticleSet a service for JSON File
@voyager1302 wrote: I have a Large JSON file which I want to use the REST API on it.Appreciate any directions. Thanks Posts: 2 Participants: 2 Read full topic
View ArticleAPI response to be in XML
@amit_btb wrote: Hi, I was looking for API mocking solution and came across dreamfactory. I am done with the installation and its up and running working without any issue. The APIs are currently...
View Article