Unable to change field type using API
I am unable to change the type of a field using the API. I am using the PUT endpoint on PUT /xearch/_schema/{table_name}/{field_name} replaceXearchField() - Update field type from string to integer as...
View Article403 (Forbidden) with related data
Hello, Inside a server side script (V8js) I'm using a platform.api.get("mysql/_table/tablename") to get some data. This is working fine. But as soon as I add related data like:...
View ArticleDreamfactory upgrade general question
Hello, I need to upgrade my version of dreamfactory, I've been following the tutorial http://wiki.dreamfactory.com/DreamFactory/Upgrades but I am stuck in step 4 of 'Perform an upgrade': what do {web...
View ArticleDreamfactory upgrade general question
LauraS: http://wiki.dreamfactory.com/DreamFactory/Upgrades but I am stuck in step 4 of 'Perform an upgrade': what do {web service user} and {your user group} refer to respectively? Hello @LauraS, What...
View Article403 (Forbidden) with related data
Hello @mrjohny, Have you tried to add access to that specific table under roles? Also, did you check to allow for all actions: POST, GET...etc.? Thanks,@AlexBowen
View ArticleMigrate Users to Another DF Instance
Hey @zerox12, You can use the Packages tab to import and export users, apps, files, database schemas and more. So, you need to upgrade first, as that feature was released in 2.1.2. Thanks,@AlexBowen
View ArticleDreamfactory upgrade general question
Hello @AlexBowen I'm using Windows 10 and dreamfactory has been installed using the Google compute engine.
View ArticleDreamfactory upgrade general question
@LauraS using Google Compute Engine to launch DreamFactory did you choose the cloud installer (VM)? Do you have a .pem to SSH the server where DreamFactory is? The upgrade commands are run from the...
View ArticleDreamfactory upgrade general question
Yes, I have an instance of the dreamfactory server I'm using.And yes, I access the shell via SSH. I have been doing the first steps for the upgrade there but have no idea how to find the {web service...
View ArticleDreamfactory upgrade general question
@LauraS those are user supplied values and can be environment(OS) specific. In your case I would recommend the following: sudo chown -R root:daemon storage/ bootstrap/cache/ (I believe this is default...
View ArticleDreamfactory upgrade general question
@mattschaer Thank you I'll try it out and let you know!
View ArticleIs there a possibility to post a part of a file to the file service?
Hey DF Community, is there a possibility to do that?...or is there another solution to upload files which are big enough that they can't be uploaded with one step?Should I use a service with costum...
View Article403 (Forbidden) with related data
Hi, i've set the database service (called mysql in this case) to component * with all the options checked (POST, GET, PATCH, DELETE, PUT). Also setting it to just that table doesn't make a difference.
View ArticleFirebirdSQL database
Hello, Does Laravel 5.2 supporting FirebirdSQL make things easier on this feature?http://www.firebirdnews.org/firebird-and-laravel-5-2/ Sorry to revive an old topic.
View ArticleIs there a possibility to post a part of a file to the file service?
yes you can. It's not easy.One way is to use a custom script. Your client encode as base64 his file. split the hash and send each parts on a JSON like: { "fileId":"ouhjkhlhiluioydrfd", //md5hash of...
View ArticleParameters in Request URl
Using php, something like list($data,$token) = explode ("/",$event['resource']); and you use $token as you want
View ArticleUpgrade composer install issue
Hello,I have an issue with the "composer install --no-dev" step during the upgrade and I am getting the error "Your requirements could not be resolved to an installable set of packages."Problem 1 -...
View ArticleUpgrade composer install issue
@LauraS can you verify the version of dreamfactory you are trying to update?
View ArticleVery poor performance with many to many sql relations
@bohndorf there was a big change to related data handling in the last release (2.3.1,) specifically this commit here:...
View Article