Getting Google OAuth access_token via Remote HTTP Service
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 authorization grant flow and...
View ArticleMultiple user-to-app-to-role assignment
Hi Drew, That makes sense, thanks very much for the help!
View ArticleCustom email service timing out
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: "error": {...
View ArticleHow to update the filename using Files API?
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 help.
View ArticleGet user ID when user register
I'm assuming you're using DF user ID as a primary key in some other DB to store user specific data? I just made a pull request to put an example on the offical DF GitHub repository, but sometimes they...
View ArticleDeleting a Record in a temp table via the Data tab
For the sake of reference, this is DF-991
View ArticleFine tuning non-admin access to api_docs
I see the same behavior. Can someone from the DF team weigh in?
View ArticleThird-party file storage
I don't know how much this helps your situation, but it looks like the active directory user's username gets stored in their record in the user table in a field called username. Maybe its accessible...
View ArticleFine tuning non-admin access to api_docs
@drewpearce @DFCommunityManager Any thoughts on this?
View ArticleGet user ID when user register
Hello zerox12,Thank you for help. You are right; I need to duplicate user information to another database. I've just almost given up and back using (only) laravel to create a web service until I saw...
View ArticleHow do i filter/restrict a table based on a table field?
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?
View ArticleAuthorization header pass from client
Hi @all, are there any news on this? I am experiencing the same problem right now.
View ArticleHow to stop dreamfactory to interpret Authorization Bearer header in case of...
as I mentioned here: http://community.dreamfactory.com/t/authorization-header-pass-from-client/2524/9?u=tizzyapunkt I am experiencing the same issue too.
View ArticlePassing multipart/form-data to file service via API
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: {s3bucket}/application/{table_record_primary_key}/{filename}...
View ArticleUpgrade 2.1.1 to 2.3 ERROR the requested PHP extension mongodb is missing...
DFCommunityManager: This process is slightly complicated because Bitnami doesn’t intend for their packages to be upgradable @DFCommunityManager Honestly using Bitnami stack is turning out to be very...
View ArticleAborting during pre-processing with custom status code
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 !== "test") {...
View ArticlePassing multipart/form-data to file service via API
I have since found a solution. Please provide any tips or advice to improve, I'm fairly new, but have spent the last 2 days researching and troubleshooting this. I have the following set up: ON THE...
View Article