Server-Side Script Github Repo
This is so great @zerox12! Thanks for your contributions.@AlexBowen
View ArticleModule Loader Callback Exception - DF 2.3 Bitnami Installation on Centos 7
hi Alex, The above problem occurred because I had forgotten to copy the JS files that I had referenced in my script Cheers,M.M
View ArticleDreamfactory 2.3 default services (MongoDB missing?)
I missed setting the read / write permissions for the folders below sudo chown -R {www user}:{your user group} storage/ bootstrap/cache/ sudo chmod -R 2775 storage/ bootstrap/cache/ That I think...
View ArticleApi:ready fires very late on iOS
Hi, I have a hybrid app, which has been built using ionic framework.The Android version launches just fine, however the iOS version takes very long for the DSP api:ready to be fired. Its strange. I...
View ArticleModule Loader Callback Exception - DF 2.3 Bitnami Installation on Centos 7
Glad to hear you figured it out! Thanks for the update,@AlexBowen
View ArticleDo SDKs exist any more?
I'm just coming back to DF after a couple years away. When I first looked at DF, the platform generated SDKs for my apps. However, I don't see this any more from within the DF admin section....
View ArticleApi:ready fires very late on iOS
Hi @praveen, I'd love to learn more about your app! In the meantime, can you send me any errors you are experiencing in Ionic, the app and/or DreamFactory? Have you reached out to the Ionic team as...
View ArticleDo SDKs exist any more?
Hey @leogodin217, welcome back! We certainly still have them. Have you seen our newest blog post on Generating DreamFactory client SDKs based on Swagger API definitions? Can you send me the pages with...
View ArticleDo SDKs exist any more?
Thanks Alex,Something is strange here. I don't have the "Download SDKs" pull-down in my admin console. Instead I have a pull-down for "Sample Apps," which all point to the sample applications instead...
View ArticleAre you a developer in Ireland?
We are looking for users who are active in Ireland and would be interested in being interviewed or profiled for an excellent Irish tech site. Please reply here or PM me. Thanks!@AlexBowen
View ArticleDo SDKs exist any more?
You are correct. Apologies, as this is a little confusing! Long ago we had a JavaScript SDK generated from swagger-js. It was harder to use than just making the API calls yourself. So we moved to...
View ArticleDocumentation for user/custom
Is there an example on how to use user/custom properly? I've been struggling to understand how to keep track of some extra fields of data via custom and there is very limited information. All I want...
View ArticleAccessing logs via admin GUI
Currently when developing a server-side script on DF, the only way to access the logs and see the output traces printed by the script is logging into the machine and tailing...
View ArticleWelcome! Please Introduce Yourself
Hi i am Natonk and I am evaluating dreamfactory for a webapplication I am thinking of developing. The web application is a database driven tool for rough estimations and planning of workpackages and...
View ArticleStrategy user security on Db record level based on permison defined in db table
Hi I have a question reagrding strategy for access control of records from a MySQL database. In my application several users can have acess to several different workspaces Ex. Users: a, b, c, d...
View ArticleStored Procedure and Record Level Access Control with Server-Side Filters
Did you find a solution on your own to this mohammad? I want to achive approximately the same thing... Best regards // Natonk
View ArticleDo SDKs exist any more?
Thank you. That makes sense. My first test with DF was with JavaScript, so I used the SDK. Now, I am working on an Android project, and I'll follow the example app.
View ArticleDo SDKs exist any more?
Awesome! Keep us updated on what you're working on. - @AlexBowen
View ArticleHelp with my nodejs scripting service
I think that the problem is because api.Users.create() is an asynchronous function, so return "test" is actually executed before return myOtherUser.See...
View Article"this.proxy is not a function" problem
Hi, We're trying to create a NodeJS custom service in our DreamFactory v2.2.0 server (df-core v0.3.1) with NodeJS v6.6.0 installed, but we get the folowing error every time we try to call it: {...
View Article