What causes context.GetServicesAsync().Result to return null?
@David_Austin wrote: I’m trying to get the demo program to Address Book with ASP.NET to run on my local PC. As far as I can tell I have followed all the setup instructions and can access the API using...
View ArticleHttp Service call with multiple parameters
@jongwoo1130 wrote: Dreamfactory v2.9.0 Using HTTP Service type, my Dreamfactory is connected with an external web service. Currently, if I pass one parameter to the service, it returns the data...
View ArticleLoading Custom Service Type
@jrefi wrote: I am attempting to develop my own custom File Service type for interacting with Google Cloud Storage. For reference I borrowed heavily from the AWS S3 Service, and I think I have the...
View ArticleResources posted via api response id 0
@stefan1st wrote: Hey, i am new to DreamFactory and i have a problem with the API. Testing out the API and posting new entries to a tables called hosts results in a 200 with a response that contains...
View ArticleNodeJS throwing error code 127
@jongwoo1130 wrote: Running Dreamfactory on CentOS 7: I have an issue with server side scripting where running NodeJS script throws an error, “Executed command returned with error code: 127”. Creating...
View ArticleREST API POST successful , but i get error 500 "message": "array_merge():...
@abhijit wrote: As mentioned in title, I am trying to crate a record. I tried various combinations and kept getting the following { “error”: { “code”: 1000, “context”: { “error”: [ 0 ], “resource”: [...
View Article"We will rock you" bug - Every 3rd response empty
@zynchro wrote: The API script is on V8JS, and worked fine, and continued to do so. About a week back this issue came up where it consistently returned an empty body on every 3rd request. I’d go to my...
View ArticleError 500 . Cant load anything in dashboard
@damion wrote: Getting error 500 in service not found and config not found. Please check the pics attached for the specific problem. Also if someone could guide me how to utilise logging to diagnose...
View ArticleService not shown on Role Access tab
@Sidhi_Artha wrote: We are developing API using Dreamfactory, this is our first project with Dreamfactory. Pardon us if the question was too common. We create our custom services to build the API...
View ArticleSystem resources: difference between custom and lookup?
@aurerua wrote: Hi, What is the difference between these two resources available from api/v2/system/: custom and lookup? Do they have a different purpose? One thing I have noticed is that, although...
View ArticleError posting data with TIMESTAMP datatype to Apache Cassandra
@Wladimir_Cabarcas wrote: Dear Community, I’m exploring DreamFactory features to expose Cassandra tables as RESTful interfaces, everything is good when I do GET calls, but when I do POST calls to put...
View ArticleImage uploaded via REST API is always corrupt
@wmcbruce wrote: I have been trying for a few hours to get the image upload API to work correctly. Running DF2.10 on Amazon ECS. I can use the files area of the admin portal and upload fine. When I...
View ArticleBUG df-api-docs-ui (accept/content-type)
@cgeorges wrote: Hi all, In the api_doc web application, when I change the “Response content type” parameter (ex: application/xml), the “Example Model” of the body parameter also changes. But the...
View ArticleSetting custom data for users by admin
@shaju wrote: I need to create custom user settings for other users from the admin account.For that I used POST user/custom api and the example value contains user_id so that I can set custom data to...
View ArticleDelete /system/cache/{service} delete /system/cache/{service} ::...
@jaffer wrote: Hi , Once I create a service and a table for the service I have tried deleting and re-iterate the same and i got the exception since it was holding the previous service configuration...
View ArticleIs there a way to add virtual foreign key pointing to system/user in...
@aurerua wrote: Hi, Is it possible to add a virtual foreign key pointing to a field in system/user in Dreamfactory 2.9 ? Thanks in advance. Posts: 1 Participants: 1 Read full topic
View ArticleImpossible to save server script "Unknown column 'storage_service_id'"
@aurerua wrote: Hi, Whenever I try to save a script under "database._table.{my_table_name}.get.post_process, I get such an error: SQLSTATE[42S22]: Column not found: 1054 Unknown column...
View ArticleMore tutorials please
@stevejohnson wrote: I really like DreamFactory’s concept of having so many options to configure databases. But i think it lacks some good tutorials. Maybe a simple tut to make CRUD functions would be...
View ArticleJSON response 'Invalid encoding, expecting UTF-8, UTF-16 or UTF-32.' Python...
@ZTR_Syndeste wrote: I have a simple API post-process Python script that converts the response from an invoked function to JSON from a string. The output looks great and can be parsed as expected, but...
View ArticleCannot post data to mysql
@EM_FLK wrote: I am attempting to post the following JSON to my mysql database to add a new record. { "resource": { "code": "466767" }, "ids": [ 0 ], "filter": "string", "params": [ "string" ] }...
View Article