API key in URL not working
This is my request url:- http://api/v2/test/_table/tablename?fields=*?api_key=somekey i want to pass api key in url and not in request header but its not working.Please help
View ArticleAPI key in URL not working
@netgains Your request URL has multiple query params try something like: http://api/v2/test/_table/tablename?fields=*&api_key=somekey The '?' is meant to denote the start of the query any...
View ArticleCouchbase Support
@m_menon there is an active feature request but it currently hasn't been delegated or scheduled for upcoming sprint.
View ArticleAPI key in URL not working
@netgains You're welcome, I'm glad the forum is working for you
View ArticleData Insertion main and reference tables through POST call receives error
@prateek.mishra can you try inserting queueId not with the assumed auto incremented value of 24 but rather as follows: {"resource": [{"queueId":0,"QueueName": "queueName11","IsIncluded": true,"users":...
View ArticleHow to use Dreamfactory OAuth in Ionic apps
This is what solved it for me:Simply set request header as: $httpProvider.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'; Someone else answered this for me so here is the link to...
View ArticleMobile app can't receive push notifycation from push service
Could you please post here how you solved the issue?If you can explain the steps you followed as you have in your original question that would be really helpful. Thanks
View ArticleHow to implement Amazon SNS push notification on mobile apps
I am trying to implement push notifications on Ionic app using dreamfactory and Amazon SNS. There is a very descriptive article to implement email notifications and it is working fine. But I can't...
View ArticleActorDB compatibility
Hey @spiffytech, We don’t allow direct SQL queries due to SQL injection and malicious use (like deleting a table, etc.) instead the “filter” and supporting parameters are parsed and we internally...
View ArticleServer side scripting (auto generated?)
Hey @gulli1, we do indeed still have server-side scripting. Check out some of these (PHP) resources: http://wiki.dreamfactory.com/DreamFactory/Tutorials/Server_Side_Scripting#PHP...
View ArticleCouchbase Support
@m_menon we're looking at what it'll take to support couchbase during this sprint. stay tuned.
View ArticleData Insertion main and reference tables through POST call receives error
Not working by queueId =0 next json data is also giving same error { "resource": [ { "QueueName": "NewStpl", "IsIncluded": true, "users": "aziz@stpl.com", "holdtime": 234, "groupby": "1",...
View ArticleDreamfactory logs
Not able to generate log even after setting DF_LOG_LEVEL=DEBUG.Please help
View ArticleHow to implement Amazon SNS push notification on mobile apps
Looks like this is a known issue and something DF team is working on. Adding link here in case someone else come across similar issue. github.com/dreamfactorysoftware/dreamfactory Issue: AWS SNS: All...
View ArticleWhat is best available free server to host dream-factory and use? Can we use...
Can AWS free tier be used to host open dreamfactory instance and start consuming service in mobile app?
View ArticleDatabase Bridge
Hi, I am completely new to servers as a whole so this is all new to me. I want a user to trigger an action in a native application with some data like username and time, have the native app send the...
View ArticleDreamfactory logs
@netgains Did you read here? Look over the docs and tell me what steps you've taken to enable debugging beyond editing the .env file.
View ArticleDreamFactory 2.3.1 is live!
v231.png1200x627 216 KB DreamFactory 2.3.1 is live! The 2.3.1 release includes a bunch of important enhancements, including GitHub integration on server-side scripts, new APIs for Logstash and AWS...
View Article