PUT to SQL DB VIEW does not work
I can successfully 'GET' and 'PUT' from/to my sql table thru swagger and I can successfully 'GET/PUT' from my application without issue. However I can only use swagger to update records using an SQL...
View ArticlePUT to SQL DB VIEW does not work
Thought I was done trying to fix this, but I had an idea...I ended up getting it to work thru my application by combining the urls I saw from the PUT url on my table and the PUT url on my view that...
View ArticleSetting up Permanent Session Token in DF 2.0
that was it. I made forever session by manual editing the config.php file before you replied. It should be added to the wiki. Thank you. htdocs -> being in apps/dreamfactory/htdocs Terminal :...
View Articlev2.0 Remote Web Service - headers not passed across
Hi Drew, I hate to be the bearer of bad news but it still doesn't work I've confirmed that the df-rws version is 0.2.2, but when I send a request to requestb.in the Authorization header (or any...
View ArticleHosted Env not working?
Hello @manu, I have the same problem, i think dreamfactory team shut down the old dsp platform. I wish they made an announcement about this.
View ArticleHosted Env not working?
Unfortunately, we have shut down the hosted system located at *.cloud.dreamfactory.com.You should have received a notification of this change within the Dashboard application. If you hadn’t logged in...
View ArticleHosted Env not working?
Hello @drewpearce, We were using your free cloud platform for our mobile app, but we hadn't logged for 10 days. We didn't notice or get an announcement. We had some users list, if we could export...
View ArticleHosted Env not working?
Hi,thanks for the quick response. Would have been nice to receive an email about this. But I am happy the new version is now in the hosted env, I look forward to use the new features.Do you know if it...
View ArticleHow to check if user email/name is taken
I have a similar problem and your proposed solution won't work.I need to validate a facebook token before the user can log in. I've written a custom script service that handles this in php, but i've...
View Articlev2.0 Remote Web Service - headers not passed across
Jon, if I understand correctly, you're passing the Authorization header from the client, but it's not intended to provide DreamFactory authorization -- it needs to go on to the Remote Web...
View ArticleGuide for authenticating using Google+ account (Android)?
Interested in how we can handle our own token authorizations also.
View ArticleMobile facebook/google authorizations
I've hit the following walls with integrating native facebook/google login on a mobile platform. 1) you need to make a service that can be accessed without a session token to verify the token supplied...
View ArticleHosted Env not working?
Hey guys, I'm checking with our engineering team to see if this is possible. I'll reply back once I know for sure.
View Articlev2.0 Remote Web Service - headers not passed across
Hi Drew, Yes this is my use case. I can also confirm that the "Content-Type" header is being passed from the client, however I am experiencing some strange behaviour. When I hard-code the...
View ArticleHosted Env not working?
If you've been caught unawares by the 1.9 cloud shutdown, send an email to dspsupport@dreamfactory.com.In your subject line indicate you're looking for a backup from cloud.dreamfactory.comand in the...
View ArticleChanges in response doesn't stick
Thank you, @gjhall01. This wasn't documented at the time of the OP.
View ArticleMobile facebook/google authorizations
Can you layout the end-to-end flow that you are using to implement OAuth for your app? If you haven't seen this already, here are some documentation that explain how OAuth works in DreamFactory....
View ArticleMobile facebook/google authorizations
oauth is not for mobile applications. On mobile you get a token from the facebook sdk for example which you must validate on the server side. No webview or redirect link like oauth involved.
View ArticleGoogle/Gmail says that DF Admin "doesn't meet modern security standards"
So perhaps I am missing something, but I set up an SMTP email service in the DF admin, sent the email (something that in the older version of DF sent successfully), and was presented with the...
View Article