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

**URL:** https://community.konduit.ai/t/403-unauthorized-code-when-accessing-https-deeplearning4jblob-blob-core-windows-net-dl4j-examples/142
**Category:** DataVec
**Created:** [February 19, 2020, 3:39pm UTC](https://community.konduit.ai/t/403-unauthorized-code-when-accessing-https-deeplearning4jblob-blob-core-windows-net-dl4j-examples/142 "2020-02-19T15:39:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sly.dog.shah](https://avatars.discourse-cdn.com/v4/letter/s/eada6e/32.png) [@sly.dog.shah](https://community.konduit.ai/u/sly.dog.shah)
#### Post date: [February 19, 2020, 3:39pm UTC](https://community.konduit.ai/t/403-unauthorized-code-when-accessing-https-deeplearning4jblob-blob-core-windows-net-dl4j-examples/142/1 "2020-02-19T15:39:15Z")

</div>

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](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

---

<div class="post-metadata">

### Author: ![treo](https://yyz1.discourse-cdn.com/flex035/user_avatar/community.konduit.ai/treo/32/47_2.png) [@treo](https://community.konduit.ai/u/treo)
#### Post date: [February 19, 2020, 4:02pm UTC](https://community.konduit.ai/t/403-unauthorized-code-when-accessing-https-deeplearning4jblob-blob-core-windows-net-dl4j-examples/142/2 "2020-02-19T16:02:49Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![sly.dog.shah](https://avatars.discourse-cdn.com/v4/letter/s/eada6e/32.png) [@sly.dog.shah](https://community.konduit.ai/u/sly.dog.shah)
#### Post date: [February 19, 2020, 5:19pm UTC](https://community.konduit.ai/t/403-unauthorized-code-when-accessing-https-deeplearning4jblob-blob-core-windows-net-dl4j-examples/142/3 "2020-02-19T17:19:28Z")

</div>

Awesome. It works perfectly now. Thanks

Sohil
