MongoDb service Lookup Keys not authenticating
A post was merged into an existing topic: About the Lookup Keys
View ArticleAbout the Lookup Keys
Sorry if this is confusing. I tried to merge the topics. See my reply 2 posts up.
View ArticleGoogle/Gmail says that DF Admin "doesn't meet modern security standards"
It just means that you connected to your Google account using simple authentication rather than something like OAuth 2.
View ArticlePre Authentication Process
http://wiki.dreamfactory.com/DreamFactory/Tutorials#Scripting All documentation is now at http://wiki.dreamfactory.com
View ArticleResults from a MySQL Stored Procedure
I would like to found out more about returning data from MySQL Stored Procedures.So if I put a couple of Select statements in the SP it comes back as multiple result sets - but it seems it assumes...
View ArticleHow to query and display the mongo data
Why don't you add your Mongo DB as a Service and then you can use the Swagger API Docs to evaluate and troubleshoot your filters...?
View ArticleCustom Scripting Service XML Notifier Invalid XML Payload Error
For anybody reading this after the fact, this fix is in the release coming out later this month, and is already in the develop branch of df-core.
View ArticleS3 using PHP Platform API
@Mike_Harvey Sure, We'll look at this a bit more. Is there any additional info you can provide that may help us identify what the issue is?
View ArticleRerouting to http but need it to stay on https
Check out the Bitnami documentation on Apache: https://wiki.bitnami.com/Components/Apache#How_to_force_HTTPS_redirection_for_my_application.3f
View ArticleError 500 from API in all requests - Windows
Hi drewpearce, I already did that and the link to the log is posted in my main request (http://prntscr.com/a88wx9). I don't know what I need to look in the error log so it's a dead end for me... I'm...
View ArticleError 500 from API in all requests - Windows
Sorry I got a little bit lost in the sea of screenshots. I don't see anything that gives any real clues. Can you tell me how it is you're trying to call these services and provide a sample call? I...
View ArticleOnly GET requests work after update to 2.1
This also happened to me. Thanks guys for figuring it out.
View ArticleError 500 from API in all requests - Windows
Also, could you provide the actual error message? It should be returned to you in your rest client. Lastly, are you trying to log in as an admin at user/session?It's a common misstep we've seen.Users...
View ArticleHosted Env not working?
Hi, since a couple of hours ago I cannot get to the hosted env (https://dsp-xxxx-46443.cloud.dreamfactory.com), is it experiencing any issue? Thanks
View ArticlePreprocess changes doesn't stick
Hello, scripting noob here. I'm trying to change a value in a filter in a GET request, e.g. from XXX to YYY. However, I'm having problems getting the changed filter parameter to actually be processed....
View ArticleHow to query and display the mongo data
Please can you explain with working example.Because i am very new here.
View ArticleOnly GET requests work after update to 2.1
I also had to rewrite my scripts. One thing that helped was including var_dump(event) to review the new object and object array structures around the request and response to see what had changed.
View ArticleServer-side filter returns SQL error when using "contains" or "starts with"...
Hi, How can I use IN clause in here. I Mentioned my query like this one SELECT * FROM (post) WHERE post.user_idIN (SELECTfollow.following_idfromfollowWHEREfollow.user_id='".$user_id."' )...
View ArticleI have issue with the following custom script with return of "No response...
I wanted to pull user login status from mongodb table and show its log. But for some reason I'm not able to get any responses
View Article