No authentication challenges found error is thrown on Trying to do login via...
I am getting "No authentication challenges found" error, when I try to connect DF login via Android using HttpUrlConnection.. How to resolve this ? Thanks
View ArticleV8JS scrpt , The module lodash could not be found in any known locations
i'm trying to create a server side script v8js based , but i'm getting the message "The module "lodash" could not be found in any known locations. m running bitnami stack windows version , OS win 7...
View ArticleServer-Side scripting on file upload not triggered in v2
Hi guys, On image upload I am using a server-side script to generate a thumbnail and different sizes of the image uploaded.After migrating to version 2.0.1-1, after the upload the server-side script...
View ArticleServer-Side scripting on file upload not triggered in v2
I'm having a similar issue for file/folder downloads. var_dump doesn't work, etc... I don't want to step on bitperbit's toes here, but mine's for slightly different use case concerning overwriting...
View ArticleSimple hello world app
Does calling your service work in your API docs? And then if so have you tried using /test_rest.html ? Just make sure to include your test login/pass combo, your API key, and obviously the URL (took...
View ArticleSimple hello world app
Hi rdubya,I am getting the 'loadsh' module not found error, others have reported it as well. I guess its a bug in the newer version.But my question is this - how can i access my service ? is it...
View ArticleSimple hello world app
Hmmm... Interesting. I haven't experienced that error yet, but I haven't made a custom web service yet. If I come across it I'll try to diagnose it in more detail. This ones probably better left to...
View ArticleSimple hello world app
Hi Shashank, Just a thought... What kind of folder permissions do you have on the folder that contains "../loadsh.php" (if that's what it's called.. It's been awhile and I'm AFK at the moment). It's...
View ArticleSend Email with attachments
I use DSPs Email service from Server Side Script and also from Angular Front end to send Emails. All works well.But now one of my clients wants to send PDF as an attachment. Is this possible using DSP...
View ArticleServer-Side scripting on file upload not triggered in v2
No harm done Actually you gave me a hint on how to include the thumbnail in the response. If I can make it work again. The alternative is to create a custom service for file upload and download.
View ArticleSimple hello world app
Just realized my answer wasn't all that clear. Your API call should be sent like this: "https://server-name/api/v2/service-name/resource-path/?params" So in your case: ip/app/v2/{service-name}......
View ArticleJSON JWT Tokens not working
Hi, I have been working with version 1.9 for a short while and have had no problem with tokens. I use the Google REST console to test the API and first I get a token using...
View ArticleJSON JWT Tokens not working
Somehow the Yahoo page got knocked off, but my question is any ideas whiy I get a Yahoo HTML page when I do the same POST to V2 as I did to 1.9?
View ArticleUse of domains instead of IP not working since V2 in Swagger
Hi, in 1.9 I used a domain instead of the ghastly urls that Amazon gives us, Using a specialist DNS company and the IP address and pointing that to the Amazon instance DF. This gave me for instance...
View ArticleUse of domains instead of IP not working since V2 in Swagger
You may be interested to know that I tried it using the long url from Amazon, and it also fails. It seems only to work if one logs in using the IP. Could this be a CORS thing? I find it hard to...
View ArticleUse of domains instead of IP not working since V2 in Swagger
OK, it was CORS. I had it setup with a name where the host should instead of an asterix, thinking this was where I named the config (it is what is in the dropdown list, which is usually a name!) ....
View Article