Currently the Data tab is only for SQL services. Have you tried using the API Docs to access your MongoDB service?
How to see MongoDB in Data section in admin panel?
How to see MongoDB in Data section in admin panel?
Well, sure I'm using API Docs. Actually I gotta say that it's good enough I like that. But for some large amount of data a graphical console will be appreciated.
Thanks for responding.
Can't download files using both API Docs and REST API
Hey,
I can't download files from directories either using API Docs or the REST API.
Download from /api/v2/files/ is OK but from an inner directory, it gets error 404.
download "/api/v2/files/photo.jpg" --> response code: 200 OK
download "/api/v2/files/test/photo.jpg" --> response code: 404 NOT FOUND
Recent problem with Mailgun service
Dear matt,
Is there a way where you can show us on how to fix cacert.pem on bitnami 2.1 dreamfactory?
2nd question here is... it is possible to include php7 on next build? =)
Recent problem with Mailgun service
@Rusher PHP7 will happen but not in the next sprint. DreamFactory is PHP7 compatible but not all of the PHP drivers to the various databases are. So we need to go through that exercise of driver compatibility.
Can't download files using both API Docs and REST API
I'm getting the same problem here...tried to put the folder path in public paths in service configuration, still no success
Show and download image from fileserver
Here even if I put the folder in the public paths array it's not working. I can't access this public folder and files.
Bitnami 2.1.0-4 Remote Web service not show in API DOCS
Solved by myself
thanks
Recent problem with Mailgun service
thanks ben very helpful information as always!
Recent problem with Mailgun service
Have you figured out how to solve this issue??
Bitnami 2.1.0-4 Remote Web service not show in API DOCS
@jeebee, what did you do to solve this problem? It'd nice for the community to know
Bitnami 2.1.0-4 Remote Web service not show in API DOCS
Just as a heads up -- Remote Web Services need Swagger Definitions in order to be used in API Docs.
DreamFactory recommends using the official Swagger editor to build your definitions.
http://editor.swagger.io/#/
Can't download files using both API Docs and REST API
I filed this as a bug yesterday. It looks like it only affects API Docs. Try making the call with another rest client, like Postman.
If the call doesn't work, please share your error information.
Change base url
Hi,
How can i change the baseurl?
I dont want to use http:// serveraddress /API/V2/ , how can I change this to http // serveraddress /MY_BASEPATH/
Thanks!
Can't download files using both API Docs and REST API
It doesn't only affect API Docs, I can't turn paths into public paths.
Config:
http://prntscr.com/ae41st
Postman return:
http://prntscr.com/ae42k4
Bitnami 2.1.0-4 Remote Web service not show in API DOCS
hi
you need to know that json definition file from 2.0X are incompatible with 2.1
this is why my remote service didn't appear in API DOCS
now solved after updating json definition file
note that there is on the web swagger 1 to swagger 2 converter
Can't download files using both API Docs and REST API
Actually Postman worked for me. As I can see in your screenshot it seems your Postman error is because of missing X-DreamFactory-Session-Token since you've provided only one header.
But still not working in API-Docs and REST API.
Issue with Changing System DataBase in Latest DSP Platform
There is some Issue with changing the System Database in Latest DSP. I made the required changes in .Env file but its not reading the latest values. May be its an issue with laravel or DSP?
Guest users in 2.0
Nice tutorial
but setting CORS its not necesary for my.
it´s this ok?
-Admin Application Version: 2.1.3
-DreamFactory Version: 2.1.0
-Custom Script Service (PHP)
Issue with Changing System DataBase in Latest DSP Platform
Srinivas,
Did you run the artisan setup after changing the values in env file?
Sridhar