Need to connect to an S3 appliance, how do I create a new "serviceType"?
Hello all, I have a NetApp appliance that "speak" S3. My question is how do I create a new "File Storage" type ( like the AWS ) that will provide me a new type "S3 compatible appliance" option when I...
View ArticleTransfer/Move DSP Data from "cloud.dreamfactory.com" to cloud hosting
Hello, How can i transfer/move my users, services, roles, data (CLONE) to a DSP on Amazon or DigitalOcean. Thanks,
View ArticleHow to create users while registering with different roles via API?
@ramnew2006, just to make sure are you setting login parameter to true when registering the user? api/v2/user/register?login=true
View ArticleHow to create users while registering with different roles via API?
@aislam yes I am. Adding to that I'm making an AJAX call from Google Chrome console. Here is the request I am making. I used one of the app's API key. $.ajax({ dataType: 'json', contentType:...
View ArticleHow to create users while registering with different roles via API?
@ramnew2006, You need to use a valid API_KEY for the X-DreamFactory-API-Key header. This would be the API key of your 'vendor' or 'customer' app. Without the API Key initial role won't be set for your...
View ArticleHow to create users while registering with different roles via API?
@aislam I just removed that API Key while I placed this code here I used customer app's api key in my original call!
View ArticleHow to create users while registering with different roles via API?
@aislam To be more precise, please look at the below screenshot, I tried to write the platform.session into response object. You can see there is nothing related to user under the session object,...
View ArticleUbuntu: Module "lodash" could not be found
Hey,Drew (Thank you!) wrote a detailed step by step process to compile and use the last supported version (0.4.1) for our PHP (v5.5) version. You can find that here:...
View ArticleJSON functions WIndows CLI
From the Windows CLI, I have a php script (that is referencing the dreamfactory php.ini and included JSON 2.1 support. However, when I try to use json_decode or json_encode functions they return...
View Article'sqlsrv' is not installed or loaded
Yes, thanks. Been working since I pulled the github 2.1 update.
View ArticleCustom Scripting Service XML Notifier Invalid XML Payload Error
Any update on this? This wrapper requirement is killing me.
View Article2.1.0.4 AWS Bintanami Instance API Docs showing session info
FYI, just did local install with same results.
View Article2.1.0.4 AWS Bintanami Instance API Docs showing session info
This is as designed. The UI is not pretty, working on improving that.
View ArticleCustom Scripting Service XML Notifier Invalid XML Payload Error
Looking into it, will have an answer for you Monday.
View Article2.1.0.4 AWS Bintanami Instance API Docs showing session info
Thanks Ben...you got some good stuff here. I'll share my app and business case when finished.
View ArticleHow to assign the current user id to post api in dreamfactory?
(DSP 2.1.0, Mysql DB)I have a table as tw_venue which contains the venue details fields and added user_id field as following snapshot The thing wants to happen to me is,The user_id field will...
View ArticleHow to assign the current user id to post api in dreamfactory?
Hi, I suppose it can be done with event scripts pre-process http://wiki.dreamfactory.com/DreamFactory/Tutorials#Scripting // POST /api/v2/treat_well/_table/tw_venue triggers script...
View ArticleHow to assign the current user id to post api in dreamfactory?
@juniorconte I have more than ten tables to add the user_id by back-end while calling the api . As you have said do i need to add this ** pre_process script** to all tables? it seems repeated work a...
View ArticleChange Confirmation code length Short while registration
HI kimpatro. I've got something similar I would like to accomplish. Just a 7-char token to send to user upon registration that they manually enter. Mobile app - goal is upon registration submit (with...
View ArticleHow to assign the current user id to post api in dreamfactory?
I developed a script that operate under all tables from treat_well._table.{table_name}.post.pre_processI do not know how it will behave with requests that include related or data_mesh. To direct...
View Article