Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Write a Basic Fetch Request

fetch_api_zip can't be downloaded securely...

Hello, I tried to download the project files for the "Working with the Fetch API" course, and my computer gives me a message saying "fetch_api_zip" can't be downloaded securely.

Does anyone else have this problem? Is there something on my end causing this?

Thanks! Liz

1 Answer

Cameron Childres
Cameron Childres
11,817 Points

I experience the same thing with that download link. Assuming you're using chrome, you can click the arrow next to the download and select keep to override Google's decision. Alternatively you can copy the link address of the download and paste it in to your address bar.

I'm assuming this is due to the page itself being HTTPS and the download link being HTTP. It would be nice if those links were updated.

Thanks, Cameron! My workaround was to make my own folders/files on my desktop and copy/paste in the starter code.