Copy user data upon registering
From what I know DF will use the user rights of the user that has just registered even if you were to supply a different API key(bug???) so you need to make sure that your user has rights to do POST...
View ArticleCopy user data upon registering
Thanks, I've checked that the user role has access to post to the AWS service via API and Script but no luck. Is there a way that you are away of to get out log out from these scripts?
View ArticleGrouping broken in version 2.5, had to rollback upgrade
Hotfix dreamfactory/df-sqldb 0.8.2. composer update dreamfactory/df-sqldb
View ArticleCopy user data upon registering
You can check the wiki for how to do logging. I have not really used it because it's a pain to use on a production server. I noticed that your post_data is the same as the example. Keep in mind for...
View ArticleCopy user data upon registering
I setup a test table dim_user with the 3 columns in from the example (all varchar(50)) just to test, and once working I can capture the actual data I needed Thanks for all your help
View ArticleCalling SQL Service Rest endpoint from custom server script not working in...
i provide Dissertation Assistance to make a 'stored procedure', check your database 'help', cause different database have a different structure for Stored Procedure. This Stored Procedure is for...
View ArticleImport package from version to version
From:Admin Application Version: 2.5.1 - DreamFactory Version: 2.4.2To:Admin Application Version: 2.6.0 - DreamFactory Version: 2.5.0 I got this error when importing export zip package ... :...
View ArticleCopy user data upon registering
So a quick follow up. I've still not found a solution, but after changing the logs and clearing the cache in PHP, I could see the error that the module "bunch" could not be found, so I commented that...
View ArticleCopy user data upon registering
You need bunch library to easily handle JSON with python. See the readme about using python scripts on github. github.com dreamfactorysoftware/example-scripts/blob/master/python/README.md Dreamfactory...
View ArticleCopy user data upon registering
Thanks again, found this shortly after posting and it fixed the import issue. Just the {'script_result': {'error': "'dict' object has no attribute 'session'"} } to go
View ArticleUsing stored procedures on MySQL version < 5.5.3
I am trying to call a stored procedure on mysql version 5.0.77. When I try to do a simple call of the procedure, I get the following error: SQLSTATE[42S22]: Column not found: 1054 Unknown column...
View ArticleUsing stored procedures on MySQL version < 5.5.3
I looked around the source code and it seems that DATA_TYPE is hard-coded into the source with no obvious options for using an older DB schema. If this is the case, it looks like my only two options...
View ArticleUsing stored procedures on MySQL version < 5.5.3
I was able to get this to work by coding my own versions of findRoutineNames and loadParamaters that were specific to MySQL 5.0. They make use of the mysql.proc table to get additional information...
View ArticleDocs error? Is JSON.stringify not needed for POST in V8?
HI, I spent some time trying to figure out why my POST request does not work in a V8 event script. Turned out I didn't need to do JSON.serialize on payload object, just pass it 'as is'. In the docs...
View ArticleEvent script not being called
I have had similar experiences. Eg. I had a script where a line was still being executed despite being deleted and the script saved. I could see changes I made to code and the deleted line was still...
View ArticleUser/register not being called
Hi, I'm trying to create user profile in my main app mysql db after registering a new user. If I'm not terribly mistaken I saw POST user/register endpoint being called after logging in with OAuth if...
View ArticleMobile facebook/google authorizations
Ok, to answer my own question. It does work. You need to pass state param back and forth, remember about slash at the end of redirect URI and possibly update the df-oauth and or laravel-socialite...
View ArticlePower Query (M) pulling multiple pages
This PowerQuery/M code automatically grabs multiple pages of dreamfactory JSON recursively. The column will still need to be expanded, etc, as usual. Improvements welcome, I'm by no means a powerquery...
View ArticleIntegrating AngularJs 1.5.7 Api with Dream Factory
I am developing an Admin Panel in AngularJs whose apis are coming from Dream Factory.But when i am trying $http.get or post to call api url that time i am getting error XMLHttpRequest cannot load...
View ArticleFacebook login fails
Hi all, I'm not sure if Facebook Oauth is down but currently we can't authenticate users against our DF v2.2.1 via Facebook.The DF server response is the following:...
View Article