403 (unauthorized code) when accessing https://deeplearning4jblob.blob.core.windows.net/dl4j-examples/

Hello DataVec Team,

I am trying to run the DataVec examples and coming up with the following

Exception in thread “main” java.io.IOException: Server returned HTTP response code: 403 for URL: https://deeplearning4jblob.blob.core.windows.net/dl4j-examples/datavec-examples/inputsplit.zip
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
at java.net.URL.openStream(URL.java:1067)
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.datavec.inputsplit.Ex01_FileSplitExample.main(Ex01_FileSplitExample.java:46)

Would I need to create an account to get access to the data files being downloaded.

You guys have a great day!

  • Sohil

Thank you for reminding us about this problem. If you pull the latest version of the examples repository, you should get the correct url now.

Awesome. It works perfectly now. Thanks

Sohil