Problem with server side scripting
It seems your auth token is not valid. It doesn't even have the required format (JWT). How are you performing the authentication and sending the auth token?
View ArticleS3 folder listing fails when >1000 files
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 "my_folder") and...
View ArticleLogin Link for trial account
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 advance!
View ArticleLogin Link for trial account
@sweierstall have you been able to login? If you go here you should be able to login and then create an instance. If you are unable to login please let me know.
View ArticleFilter: Return a row with two matching columns?
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 record? I'm...
View ArticleFilter: Return a row with two matching columns?
I guess you can implement that feature using a script service which accesses the DB directly.
View ArticleProgrammatically defining Service connection settings
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 environmental variables as the...
View ArticleS3 folder listing fails when >1000 files
We've tested with DF 2.4.1 with the same outcome (503 Service Unavailable). Is this a bug, @benbusse?
View ArticleSession token previously blacklisted on refresh
@aislam No, we're sure that our client isn't sending a blacklisted token PUT call. And in spite of it, we still receive the error from time to time. On a different topic, though related: when the time...
View ArticleProgrammatically defining Service connection settings
@reynoldsalec Not sure I'm 100% following but you can absolutely create services in DF programmatically. Can you provide an example connection string your hosting provider provides? ("provider...
View ArticleS3 folder listing fails when >1000 files
@rbarriuso can you turn on debugging and try to use the S3 service in question and tell me what the error logs say?
View ArticleUsing DreamFactory to Authenticate for Outside Apps
@jraiche I think it would depend a lot on the claims for the JWT you receive from DF. If you are interested in seeing the claims you can do a GET /user/session to retrieve the sesssion token and then...
View ArticleProgrammatically defining Service connection settings
Our particular provider (Platform.sh) provides the connection info for the Service in an environmental variable, since connection info may not remain static over time. Example: echo...
View ArticleAuthentication failed error?
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 error and when I...
View ArticleBitnami Installation Error on WIndows7
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 gives me this...
View ArticleS3 folder listing fails when >1000 files
Sure. This is what we can see on the dreamfactory.log after sending a single request via API docs: [2017-01-04 12:39:03] local.INFO: [REQUEST] {"API...
View ArticleResponse type not well formatted as expected
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 on the same...
View ArticleBad Request. No token or API key provided
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 my code:...
View ArticleBad Request. No token or API key provided
Finally I concluded that " $post($url, $postbody,$options);" is not identifying the payload or options.Can anyone tell me whether any setting required for Platform.api.POST? My DF version is 2.3.1.
View ArticleRequest for fulltext search support
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 Article