Get User's assigned Roles
Fantastic, thanks Drew! I believe getting the role specific to an application should meet my requirements so no need to double check regarding listing all roles. One related follow-up question if you...
View ArticleUnable to see new mongodb collections
also, if you update to the newest release, the API doesn't have drop downs for the table/collection lists anymore. They are free form fields, so you can make calls to a new table or collection without...
View ArticleWhere can I find information about minor release
@mrjohny 0.1.13 is the latest release of df-core, which is a specific repo within the dreamfactory application. The main repo is just called dreamfactory, and is currently on version 2.0.4.
View ArticleInvalid or unparsable field in filter request
@Cybermantec A filter of a=1 AND b=2 (will not parse) Instead do: (a=1) AND (b=2) Parentheses can also be nested: ex: (a=1) AND ((b=2) OR (b=3))
View ArticleMy Service Definition is not working for connection to Stripe
Hi, This is probably a easy question for one in the know. My service returns a "message": "Could not find a service for charges", "code": 404, "trace": [ "0...
View ArticleCustom resource-path
First week with DF I've already read the doc, but its not exactly what i want. I dont want to use params to select what operation/action i will run, if i can use the url (i just dont know how exactly)...
View ArticleExporting DSP Applications
Just to be clear, I wasn't meaning to say check your log and fend for yourself. I meant that you should post back the errors you find here so we can troubleshoot. Sorry if I wasn't clear. The upgrade...
View ArticleGet User's assigned Roles
Filtering on related data is not currently supported, but we have filed a feature request for this. Would definitely be useful to have.
View ArticleMy Service Definition is not working for connection to Stripe
Hi @charliefinale, I new to, but i think your "resourcePath" must be "/stripe" and in apis your path must be relative to the service, so change "path": "/charges" to "path": "/stripe/charges".
View ArticleCustom resource-path
Sure. I'm using it in combination with Ajax on the client side. To call the scripts I'm using something like this: declare some variable, for example (but you can use different names):var AP = put...
View ArticleMy Service Definition is not working for connection to Stripe
Thank you I believe you are right on this....Anyway I now have an error 500 code. "error": { "context": null, "message": "The HTTP status code "6" is not valid.", "code": 500 Any clues on that?
View ArticleCustom resource-path
Maybe to add: so what you can do is the following URL: url: '//177.77.88.88/api/v2/order?n1=' + scriptname + '&n2=' + user, And pick this up on the server side (e.g. V8js) //input variables var...
View ArticleCustom resource-path
Thanks man, for the enlightening examples. Maybe that's the only way to do what I want, even disliking hahahaha Thanks for you time, u helped alot.
View ArticleCustom resource-path
It really depends from where you want to call it and how you want to organize it I guess
View ArticleMy Service Definition is not working for connection to Stripe
sorry, no But, can u post here you script, service definition and request url? maybe we can figure out or at least try to reproduce the problem.
View ArticleMy Service Definition is not working for connection to Stripe
Thanks, Stripe is a good credit card processor and I am sure it would be of great help to the community. First I took the above advice and named the service stripe Then I used the Stripe URL. And the...
View ArticleCaching in Custom Scripting Service
I have some query regarding caching in Custom Scripting service. I had created a custom service and was working fine. But I de-activated it in the services console, the changes did not reflect until I...
View ArticleDreamfactory 2.0.3 / admin application version 2.0.6 gmail error
Hi Drew, I added a new SMTP Service... but Host,portno, Username, password details are not getting saved..Its working in 2.0.3 but It seems there is a bug in 2.0.4.I have Tested it..2.0.4 SMTP details...
View ArticleMy Service Definition is not working for connection to Stripe
OK I have pretty much got Stripe up and running and when I get a moment I will describe exactly how to do it to other community users who want to use stripe (a credit card processing system).
View Article