The browser blocks the request, because the server that you are trying get file from do not add Access-Control-Allow-Orign header.
As work around you can create Backendless Codeless service which will get the file content and return its value. In this case you will not get the error because file will be got not by browser, but by the node process
Thanks the example to getServerTime works perfect but it’s far away for me to understand how to download the file from the Convertio API. I sent the file using POST no problem but to GET I’m dealing with Access-Control-Allow-Orign.
This works perfect for a file inside the Backendless platform but for a file I need to read at the Convertio platform give me the Access-Control-Allow-Orign error.
The file is there. If I paste the link in a browser allow me to download but how to download programmatically inside Backendless? That’s the question to solve.