Delete /system/cache/{service} delete /system/cache/{service} ::...
Hi All , Adding to the above question I was able to create a role and and able to delete the service cache issue. but now I’m getting failed to open stream: No such file or directory error frequently....
View ArticleIs there a way to add virtual foreign key pointing to system/user in...
Hi, Is it possible to add a virtual foreign key pointing to a field in system/user in Dreamfactory 2.9 ? Thanks in advance.
View ArticleImpossible to save server script "Unknown column 'storage_service_id'"
Hi, Whenever I try to save a script under "database._table.{my_table_name}.get.post_process, I get such an error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'storage_service_id' in 'field...
View ArticleMore tutorials please
I really like DreamFactory’s concept of having so many options to configure databases. But i think it lacks some good tutorials. Maybe a simple tut to make CRUD functions would be very helpful. Just...
View ArticleVuejs related development
+1 to this. It’ll be great to see some VueJs stuff too. It’s great that Dreamfactory has SDKs for React and Angular… but i think any new SDKs are not developed since some time, and VueJs SDKs would be...
View ArticleJSON response 'Invalid encoding, expecting UTF-8, UTF-16 or UTF-32.' Python...
I have a simple API post-process Python script that converts the response from an invoked function to JSON from a string. The output looks great and can be parsed as expected, but I suspect the...
View ArticleHow to add Authorization header to external REST API call from server script
It,s easy, try that function doGet() { myFunction(); } function myFunction() { var url = “https://onesignal.com/api/v1/notifications”; var D = { app_id:“OneSignalAppID”, // include_player_ids :...
View ArticleHow to query the DB with the ILIKE filter
ILIKE, capitalized or not, still doesn’t work in DreamFactory as of November 30, 2017. I’m using Postgres. Filter is: first_name ilike j%. Request: members?filter=first_name%20ilike%20j%25 { “error”:...
View ArticleHow to query the DB with the ILIKE filter
@jmpreston I imagine not, ILIKE is a PostGres specific extension of the SQL LIKE. DreamFactory applies SQL Standard (ANSI) across the board for all relational databases. If ILIKE was working...
View ArticleError posting data with TIMESTAMP datatype to Apache Cassandra
@Wladimir_Cabarcas Hi, which DreamFactory version are you on? This issue was reported in DreamFactory 2.5.0 initially but fixed as of 2.8.0.
View ArticleResources posted via api response id 0 [solved]
@stefan1st typically if an id field is auto-incremented you can leave this field out of your JSON payload completely. DF will insert the records and return the id.
View ArticleVuejs related development
It looks like there are some options for interacting with API using VueJS here: https://alligator.io/vuejs/rest-api-axios/
View ArticleBitnami, DF, and AWS Rekognition
After 2 weeks, I’m still trying to get my Bitnami/Dreamfactory working with AWS Rekognition. I’m a novice at the backend stuff. I’ve installed Composer and the latest ASW SDK from here:...
View ArticlemySQL API call stored procedure sometimes return error: incorrect number of...
Hi All, I always encounter this weird error when calling stored procedure on REST API, Failed to call database stored procedure. SQLSTATE[42000]: Syntax error or access violation: 1318 Incorrect...
View ArticleAWS Rekognition
In my cloud DF, the AWS Rekognition SDK seems to be installed in Services and the API-DOCS seem to appear properly. When I TRY the LISTCOLLECTIONS, I receive this error, although the URL shown in the...
View ArticleHow to change the file which I senh as FormData
I create file in my local storage using file-service. I use FormData to send my File. This is audio and I want change it’s format using some node-libraries. To do it I need to get this File object in...
View ArticleUsage of Dream factory?
Hi, I am currently looking for API Manager solution and I juste understood the existance of Dream Factry. I saw that its allow to make REST calls connecting SQL or NoSQL database, but is it also...
View ArticleInheriting role permissions from other roles?
Inheriting roles is definitely a feature to look at. We are using DF roles heavily as our app has several module and each module has different set of users. So like HigherManagement -->...
View ArticleUser's with multiple roles or groups
I’m looking for the same thing… What was your approach to solve this. Even there is no option for inheriting roles
View Article