Hi, when trying to run example that needs to download training data set, server responds with 403
_______________________________________________________________________
Downloading data (3MB) and extracting to
/dl4j-examples-data/dl4j-examples/anomalysequencedata
_______________________________________________________________________
Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: https://deeplearning4jblob.blob.core.windows.net/dl4j-examples/dl4j-examples/anomalysequencedata.zip
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1919)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
at java.base/java.net.URL.openStream(URL.java:1163)
at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1478)
at org.nd4j.resources.Downloader.downloadAndExtract(Downloader.java:90)
at org.nd4j.resources.Downloader.downloadAndExtract(Downloader.java:83)
at org.deeplearning4j.examples.download.DownloaderUtility.Download(DownloaderUtility.java:117)
at org.deeplearning4j.examples.unsupervised.sequenceanomalydetection.SequenceAnomalyDetection.main(SequenceAnomalyDetection.java:64)
Process finished with exit code 1