Take a Picture of your office set up and what it looks like in your world!
I've got all my crypto tied up in DOGE
View ArticleTake a Picture of your office set up and what it looks like in your world!
...hehe Its all good .. at least with ETH we have a real SDK and finally can use blockchains in our code
View ArticleUsing DreamFactorySoftware with Android Studio
Please do not use this linked tool. It is for an End of Life version of DreamFactory. Instead check out the sample apps and tutorials available...
View ArticleDreamFactory Mobile App is Depreciated
The DreamFactory Mobile App is depreciated. It was built for DF 1.x which is now End of Life.The DreamFactory admin application (web based) is fully responsive and usable on mobile platforms.
View ArticleFilter in a GET request not working for more than one parameter
I tested this on a DreamFactory 2.2.0 instance with SQLite and MySQL and it seems to be working properly. What version of DreamFactory are you running and what type of database are you connecting to?
View ArticleScripting issues, primarily with Python
Hi @aislam, Thanks for getting back with me. I did a little more testing and the issue I'm having is a little more nuanced than just "anything but GET doesn't work in Python scripting" like I first...
View ArticleCannot import demo apps, version 2.1.2-1
Can you try it on version 2.2.0 for Windows? The sample app works there for me.
View ArticleScripting issues, primarily with Python
@phooper, Thanks a lot for making that screencast and explaining the issue in details. I was able to duplicate the issue. It was only happening when I made the call using POSTMAN. If I use test_rest...
View ArticleScripting issues, primarily with Python
Oh okay, great! Thanks for identifying the issue - I can certainly work around this until the next release. I appreciate your help!
View ArticleCannot import demo apps, version 2.1.2-1
I tried with the new version, and it did not work. But since I am trying to eval DF for a smallish project, now I was a bit more determined to find out what was going on... After 8 attempts to install...
View ArticleFilter in a GET request not working for more than one parameter
Hi todd, I am using [ api version: 2.0 ], and I was connect Mongo DB
View ArticleFilter in a GET request not working for more than one parameter
GET test/_table/{table_name} /////////////// getHotfuseWebRecords() - Retrieve one or more records. Order of parameter getting different in same version(dreamfactory) but different hosting(is there...
View ArticleCannot import demo apps, version 2.1.2-1
@sdev thanks for the feedback. I'll log an issue to get the spacing fixed. You can actually increase log verbosity by changing the DF_LOG_LEVEL in your .env file...
View ArticleBypassing token usage?
Hello! I've been trying to create a simple javascript web application to add records to my SQLite database in Dreamfactory using the API calls. I've been trying to follow much of the example Address...
View ArticleBypassing token usage?
@tjvh You can set up access using just the API key or use guest access. Check out the tutorials below: http://wiki.dreamfactory.com/DreamFactory/Tutorials/Access_Using_API_Key...
View ArticleBypassing token usage?
Hey @tjvh thanks for updating your thread to include your fix! We won't delete it, because it may be found useful to another community member. Glad to hear it's working for you now. @AlexBowen
View ArticleDecoding file content in custom script
@Nikhil Could you share a code snippet so that we may see the Base64.decode() method used in the script?
View ArticleHow multiple developers can work on dreamfactory if its a local desktop setup?
@rohitaneja8 you could grant access to your local machine for your colleagues.
View ArticleInserting usable timestamps in PostgreSQL
I'm going to be inserting and query records via the dreamfactory rest interface into a PostgreSQL back end. How i can add a row to a table with datatype "timestamp without time zone" I have tried {...
View Article