Multiple Problems while uploading image
Hi there, I am trying to upload image to files service, in the process I am running into following problems When trying to upload using axios from react application, I am receiving 403 forbidden...
View ArticleApi does not list table after adding or removing tables from Mysql
Just to add a little more info: DreamFactory keeps a local cache of the structure of your database – what tables are available and their structure, what procedures and functions are available and what...
View ArticleUse Ace Editor to replace current scripts editor
The DreamFactory admin app already uses the Ace editor. It is a great addition to the product!
View ArticleHow do I download the binary file?
This is the setting. but…how do I download the binary from here? as the server return json as at bellow : HttpResponseProxy{HTTP/1.1 201 Created [Date: Sat, 16 Sep 2017 13:54:59 GMT, Server: Apache,...
View ArticleSwagger API for limited user
See this post: http://blog.dreamfactory.com/share-api-docs-securely The most recent DreamFactory release (2.8.1) improved this functionality even more, so that the API Docs will not show users...
View ArticleMultiple Problems while uploading image
You are uploading it on S3 or on your local server!
View ArticleHow do I download the binary file?
ok, finally I solved the problem. Apache HttpClient will not work. OKHTTP or Retrofit work fine.
View ArticleV8js not working with dreamfactory on debian 9.1
Does anyone know how to get v8js installed and working with dreamfactory on debian 9.1 64-bit? I’m trying to work through the custom script example with v8js here. I’ve installed dreamfactory from git...
View ArticleCreate first user
Hy How to create first user? my application will initially have no user created … looking in the documentation you need to use the session-token to create a user, but in that case I would have to log...
View ArticleHow to get CouchDB views through Dreamfactory API?
What is the best way to get a CouchDB API working through Dreamfactory which can access CouchDB views? It looks like there used to be a way to access CouchDBs (No CouchDB filter parameter); however,...
View ArticleHow to check if user email/name is taken
I think I am reply very late. but I found php example to get the already registered user email,...
View ArticleNothing on port 8080 - Bitnami install inside Vagrant / Ubuntu 16.04
Using a MacBook Pro to host Vagrant. I have no trouble getting an Nginx Web server to work well if I provision the box with it so I’m sure the port mapping to the Mac in the Vagrantfile is fine....
View ArticleNothing on port 8080 - Bitnami install inside Vagrant / Ubuntu 16.04
I figured out the answer I had to suspend and restart Vagrant, ssh into the box, cd df2 directory, then run $ ./ctlscript.sh start It seems that will all my thrashing around the df2 servers weren’t...
View ArticleV8JS Error: "curl_setopt_array(): Array keys must be CURLOPT constants or...
I am getting the following error: “curl_setopt_array(): Array keys must be CURLOPT constants or equivalent integer values” on my V8JS script when attempting to insert data into a database. Are there...
View ArticleV8js not working with dreamfactory on debian 9.1
You need to compile the v8 extension by yourself. Here is a link to the Dreamfactory wiki page which tells you how to do that.
View ArticleCreate first user
To create a user you just need an API Key to post to the user/register endpoint. This endpoint does not require a sessiontoken. To get an API Key you need to create an app from the Dreamfactory admin...
View ArticleMissing Most Of Home Page
I installed the Bitnami Ubuntu 16.04 version of DF2 and the admin section seems to be fine so far but much of the home page seems to be missing. Everything below “Written Tutorials” is blank. I can...
View Article