"filter" option in POST payload is not working with http verb tunnelling
@abhinavg wrote: Hello all, I' m trying http verb tunneling for applying filters for a GET request. BUT it's not working. I have tried various combinations but it is not working as per docs.In API...
View ArticleOpenShift v3 Docker Installation Error
@skipatrolmobile wrote: Via OpenShift Online, I try to install the Docker image: dreamfactorysoftware/df-docker I get the warning: Image dreamfactorysoftware/df-docker runs as the root user which...
View ArticleServer-side script appears to be mangling data in 'patch' api call
@gkeith wrote: I am attempting to use a server-side script (tried in both PHP and v8js) to call another REST API (through DreamFactory) to update a record in a MongoDB database, but it keeps coming up...
View ArticleGet user ID when user register
@adib wrote: Hi,I've been struggling for getting User ID after user successfully register. I have tried using $platform['session']['user']['id'] but it always come back null (or 0). Is there any way...
View ArticleHTTP verb tunnelling is not working with internal URL in server-side V8...
@abhinavg wrote: In server side V8 scripting (while creating a api service with custom scripting), when using http verb tunnelling, POST http://localhost:8080/api/v2/system/userieurl =...
View ArticleThird-party file storage
@AdrianZ wrote: Hi all, Just wanted to throw this question out there to see if anyone in the community has accomplished something similar. Currently our organisation is using DreamFactory Silver with...
View ArticleCALL DREAMFACTORY REST API SERVICE in XAMARIN ANDROID
@SAMPATH wrote: Please help me how to call the dream factory rest api in xamarin android...please help me even the sample solution? . Posts: 1 Participants: 1 Read full topic
View ArticleGeneric ODBC support and connecting to SQL Dbs
@Phil_Smith wrote: Hello All, First timer here. We have a proprietary database that supports ODBC connections. Does dreamfactory support ODBC yet? I've seen from previous posts that it was planned at...
View ArticleEvent script not being called
@gkeith wrote: I have a post-process event script for a HTTP service which does not appear to be being called. To check if it is being called, I am using var_dump(), which works for me in post-process...
View ArticleFine tuning non-admin access to api_docs
@Elvis_Fernandes wrote: I followed the instructions on this link (http://blog.dreamfactory.com/share-api-docs-securely) to allow access to non-admin users to the swagger docs, but the user see in the...
View ArticleDeveloper Survey 2017!
@mattschaer wrote: 2017 DreamFactory Developer Survey! Fill out the 2017 Developer Survey to let us know what you've been developing, what features you'd like to see and for a chance to win awesome...
View ArticleDeleting a Record in a temp table via the Data tab
@jraiche wrote: Hi, I'm not sure how much of this information is relevant, but I believe we've found a bug. Behavior: unable to delete record using the data tab in the admin.Error: DreamFactory Table...
View ArticleGetting Google OAuth access_token via Remote HTTP Service
@tizzyapunkt wrote: Hi Guys, I need to get an access_token + refresh token for a specific user via the remote HTTP service function of DF. at first, my scenario: -my mobile app start's the...
View ArticleCustom email service timing out
@flpozzato wrote: Hi folks, I setup a Zoho Email service with its SMTP settings and apparently it's nothing wrong with it. When I try to test this service using API Docs, I got the following error:...
View ArticleHow to update the filename using Files API?
@Kishore_Poluri wrote: I am trying to update the file name using Fream Factory Files API it's not getting updated. I am doing a Patch with new name and path with the url/api of Existing File. Please...
View ArticleHow do i filter/restrict a table based on a table field?
@janpolzilver wrote: I have a table with a field 'user_id' as the owner of that row. How do i filter the data to show only the records in a current user in that session? Posts: 1 Participants: 1 Read...
View ArticlePassing multipart/form-data to file service via API
@soleson wrote: API Version: 2.3.0 Ulitmate goal is to record a file being uploaded to the database, then store that file in S3 using the following format:...
View ArticleAborting during pre-processing with custom status code
@jps wrote: This wiki page suggests it's possible to stop execution in server side scripting and return a custom error: // Stop execution and return a specific status code if (event.resource !==...
View ArticleFacebook OAuth response with the HTML file instead of JSON
@adib wrote: Hi,I try to follow the wiki tutorial for implementing Facebook OAuth. I have setup the FB apps, and I also setup Dreamfactory service accordingly. My Dreamfactory service name is...
View ArticleRedis Caching for Requests to a Database Service
@reynoldsalec wrote: I know there are a couple legacy topics regarding caching, but most seem to regard previous versions of DreamFactory. I'm running 2.4.1 and trying to setup caching for requests...
View Article