S3 folder listing fails when >1000 files
@rbarriuso wrote: Hi, Our DreamFactory v2.2.0 is integrated with Amazon S3 via an "AWS S3"-type service, configured with a certain S3 container (bucket).In that bucket there's a folder (let's say...
View ArticleLogin Link for trial account
@sweierstall wrote: Hi, I signed up for a free hosted trial account. I got a Mail "Getting started with dreamfactory", but no link, where I can log in. Howcan I get access to my free account?Thanks in...
View ArticleFilter: Return a row with two matching columns?
@Sal wrote: Is there a way to GET a record where two columns in the same row match? For example, If FIELD1 and FIELD13 both had the name Bob in the same row in a mysql database, could I return that...
View ArticleProgrammatically defining Service connection settings
@reynoldsalec wrote: I'm working with a hosting provider who provides connection strings to resources in environmental variables. I'm curious if there's a good way for me to provide those...
View ArticleAuthentication failed error?
@Tynan_Davis wrote: Hey! Happy new year everyone. I'm trying to create an instance of DF on bitnami but when I select my custom Role for my app in the DF interface it gives me an authentication failed...
View ArticleBitnami Installation Error on WIndows7
@qpalzm wrote: Hi to all, I'm new to dream factory, I already install it to my windows 10 laptop to test it out, This app is Great! The problem is when I try it to install on my windows 7 machine,it...
View ArticleResponse type not well formatted as expected
@salaw wrote: I have a remote web service that point to mongodb http service on port 28017, i choose this typeof service instead of using the default mongo database service as i would like to manage...
View ArticleBad Request. No token or API key provided
@teksuser wrote: I am trying to call other API using POST method. Also sending API key and session token in header. But it is returning error "Bad request. No token or api key provided.". Following is...
View ArticleRequest for fulltext search support
@jps wrote: I'd like to see FULLTEXT search capability, for queries like his example:SELECT COUNT(*) FROM articles WHERE MATCH (title,body) AGAINST ('database' IN NATURAL LANGUAGE MODE); Tried using...
View ArticleMissing Role after User Login
@tunde wrote: Hello, I upgraded from DF 2.1.1. to DF 2.4.1 and noticed that the posting to /user/session which used to return role name no longer does so. the Swagger UI information for the call is as...
View ArticleDreamfactory script error 403
@1113 wrote: Hello. I tried to use dreamfactory script for register user.I called 'user/register' API. But! It returned to me the error what ' 403 POST access to component 'register' of service 'user'...
View ArticleInserting ISODate type objects into MongoDB
@gkeith wrote: There seems to be a problem when attempting to insert dates through the MongoDB Rest API, both in the API docs and in a PHP script, where using either 'new Date()' or...
View ArticleHow to invalidate all the sessions
@Nishant_Soni wrote: I am using DF 2.4, If user changes his password from any other device then how to invalidate all the sessions. Posts: 1 Participants: 1 Read full topic
View ArticleForever Session Issue
@Nishant_Soni wrote: I am using DF 2.4, i do not want to allow session token to expire , so according to the Link , i have changes accordingly. Set DF_ALLOW_FOREVER_SESSIONS to "true" Set DF_JWT_TTL...
View ArticleManage session tokens when an user login in two devices
@Nishant_Soni wrote: What should i do, when same user will login in two devices ( iPhone & iPad ), then how to manage session tokens. Please give me the solution, how to achieve it via API.?...
View ArticleHow to use the existing users table to dreamfactory?
@janpolzilver wrote: How do i use/integrate my current users table to be the table for authenticating the rest api in dreamfactory? Posts: 1 Participants: 1 Read full topic
View ArticleHelp to get started on a simple project
@tbondar wrote: Hi All, I'm looking for someone expert at DF to help me with the configuration to get started on a simple data collection project. I guess it shouldn't be more than a few hours for...
View ArticleConnect DreamFactory to Drupal using WSDATA module?
@Sasquatch wrote: Hello fellow forum users, I have a Drupal 7 installation I wish to connect with DreamFactory for API services. I have been able to successfully GET and parse other APIs using WSDATA...
View ArticleDreamFactory Weekly Demo
@mattschaer wrote: Starting every Wednesday, a weekly demo on Getting Started with DreamFactory sign up here! Posts: 1 Participants: 1 Read full topic
View ArticleAggregation (count) for relationships
@manu206 wrote: Hi, I need to get a list from one table and for all entries a count of the related entries of another table.Lets say I have a list of plans and each plan has maybe 1000 likes from...
View Article