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