How to call the get api by join to join tables?
I hope that @benbusse @leehicks @drewpearce who will consider this scenario and provide the solution..
View ArticleSpecific user to a specific folder
How do I do these?? I want to restrict upload access to some user to a specific users. For example I have 5 intermediate users and 5 folders for each users. other users must not be able to upload to...
View ArticleV8 Script has no effect, but var_dump shows change
The problem was due to a change in the spec that means you now need to set the content_changed flag to true for scripts to have any effect: event.response.content_changed = true;...
View ArticleDoes DeamFactory 2.0 work with V8 php mod v: 0.4.1?
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleTransfer/Move DSP Data from "cloud.dreamfactory.com" to cloud hosting
In the admin panel, check out the Packages tab (far right). I haven't used it, but it looks fairly straightforward to select what you want to safe, which will give you a .dfpkg download. Install DF to...
View ArticleS3 using PHP Platform API
@Mike_Harvey After looking at the script with an engineer we don't understand how this his script would stop you from writing to database. Running this in post-process event which occurs after the db...
View ArticleServer side custom script xml
Hi I need to process a post request with messages in xml formatthis is the headers: POST HTTP/1.1Host Accept: text/xmlContent-Type: text/xmlContent-Length: 123xxx its possible process this request...
View ArticleS3 using PHP Platform API
mattschaer: @Mike_Harvey After looking at the script with an engineer we don't understand how this his script would stop you from writing to database. Running this in post-process event which occurs...
View ArticleNodejs installation and scripting instructions
Is there any update on installation documentation or maybe nodejs example scripts? I've installed DF with an Openshift cartridge so I didn't get any prepackaged libraries. It looks like the Nodejs...
View Article"All scripting is disabled for this instance." when creating a new script
Hi there, I'm using the hosted DF that I signed up for online just to kick the tires a bit - whenever I try to create a new V8 server side script I get error "All scripting is disabled for this...
View ArticleNodejs installation and scripting instructions
Node examples should be done in a few days. Sorry for the delay.
View Article"All scripting is disabled for this instance." when creating a new script
Yeah, the hosted dev sandbox has scripting disabled since it's a multi-tenant system with thousands of instances (can't have rogue scripts). To use scripts you need to install DreamFactory on a server...
View ArticleMailgun How do i add mailgun tags or campaign id to my email?
Hi Guys I have set a mailgun email and that work fine, but i want to use tags and or campaign id's to add the the email for analysis.How can i do this ? options = angular.extend({ "to": [{ "name":...
View ArticleAWS SNS Not Working in 2.0
Hi, I do have the same issue. Does anybody have found the reason or a workaround? Would be great.
View ArticleBest practice for logic + db operations + external api call flow
I need to implement following flow, what would be the best practice for this? client asks for some data, dreamfactory checks from the db if the requested data exists and up to date, if yes serve the...
View ArticleI have issue with the following custom script with return of "No response...
var params, email, resource, result; var lodash = require("lodash.min.js"); if (event.request.method !== "GET") { throw("Only HTTP GET is allowed on this service.");} // get query params from...
View ArticleNodejs installation and scripting instructions
Ah no worries - I know you guys are working hard on it.
View ArticleI have issue with the following custom script with return of "No response...
Well, this is kind of vague. Give more details about what are you trying to do. Who is calling this custom script and how it's calling? PS: Put all code into code tag
View ArticleHow to assign the current user id to post api in dreamfactory?
I may be misunderstanding the request, but typically you would just include the user id lookup in the call. {"resource": [{"name": "Rest Poinjhtd","type_id" : "1","description":"The comfort place to...
View Article