Bulk data upload (pls delete)
Admins - please delete this post. Newby question now sorted. Thanks
View ArticleUser to role to app relations update upon app creation
I use DF configuration with open registratin enabled. Each registered user got 'registered' role upon successfull registration, for each existing application.Now, assuming we have thousands of users...
View ArticleInstalling DreamFactory with Cpanel on server
Can anyone help me in installing DF setup with cpanel?
View ArticleSalesforce POST /salesforce/_table/{table_name} Invalid ID Field
Running DF V 2.2.3 Attempting to Post a new Account record into Salesforce via the API_Docs that looks like this: {"resource": [{ "id": 0, "IsDeleted": 0, "MasterRecordId": 0, "Name": "Pizza Chen" }],...
View ArticleWhat's a difference between resource/ and resource/*
What's a difference between resource/ and resource/* when setting up access rules for the role?
View ArticleAssigning an existing default 'registerd' role for a new application
PHP script to assign specific default role for a new application to each existing userSee a PHP snippet gist.github.com https://gist.github.com/anonymous/e53750e2319cfa09a30515e6cbb097dc...
View ArticleSession token previously blacklisted on refresh
So do you think this is a bug @benbusse ?
View ArticlePosting Records Limit
Hi Ref: POST Record Limit?.. I've setup a MySQL database to use with an API. I'm trying to POST multiple records (as http://wiki.dreamfactory.com/DreamFactory/Tutorials/Posting_records) which works...
View ArticleWelcome! Please Introduce Yourself
Greetings to the open source community nice to be here .Envolved with the open source communities from 2006 mostly in translations from English to Greek.Not a tec guy but loving the idea and trying to...
View ArticlePosting Records Limit
@idalhaug are you seeing any error? You can turn on debugging following the steps here. There is a predefined limit however it is not determined by the number of records POSTed but rather the POST...
View ArticleWhat's a difference between resource/ and resource/*
@Vsevolod_Gromov Think about it like this: resource/ = everything before resource but nothing after resource. and resource/* = access to everything after resource, nothing before resource. Hope this...
View ArticleContainer dropdown in file services not found
@bhuvana.abhisheg Hard to say from your description alone, can you provide the steps taken before you arrived here? I would check that the public path has been set correctly. If you are saying that...
View ArticleWhat's a difference between resource/ and resource/*
Thank you for an answer. Though, could you be so kind to elaborate it a bit, or correct the following, if it's wrong...Suppose, we have .../user resourceSettings access to user/ allows access to user,...
View ArticleUsing DreamFactory to Authenticate for Outside Apps
Is there a way to use the JWTs dreamfactory creates in external systems? For example, using DF JWTs created through an LDAP service to login to Drupal?
View ArticleSession token previously blacklisted on refresh
Hello, I have the same issue. After 60 minutes token is blacklisted. Please @benbusse answer this topic. DreamFactory Version: 2.3.1(Bitnami)
View ArticleSession token previously blacklisted on refresh
The only way you can get the token blacklisted error is if you use a token that was already refreshed or logged out on. Expired token produces token expired error. I am not really sure how your (...
View ArticleAdministrating and killing API calls
Hi. I am trialling the DreamFactory product. I set up an AWS MySQL instance and DreamFactory on my computer running OS X. I used DreamFactory to create the APIs for a table in MySQL. Ran a test and it...
View ArticleUsing a current OAuth server for authentication
@pier @transistor I've heard of people getting custom OAuth to work using the Microsoft Live service type and editing the .env as follows: Edit .env file and put the following options there and save...
View ArticleWeb server cache headers
Hi all, We use DreamFactory 2.2.0 to host an AngularJS webapp which is stored in the Local file storage service, exposed via public path and configured as an app "on a provisioned file storage...
View Article