Infinite redirect on files.balena-cloud.com, and invalid datasheet link. please fix these!

calling this from curl or the browser gets into an infinite redirection loop:

# curl https://files.balena-cloud.com/images/intel-nuc/

result:

<a href="https://files.balena-cloud.com/images/intel-nuc/2.13.6+rev2">Moved Permanently</a>.

also the datasheet link doesn’t work here:

thanks
Peter

@PeterKAlvin thank you for letting us know, we’ll get this corrected.

In the mean time you can access the balenaFin datasheet here if you need to: https://www.balena.io/fin/balenaFin_datasheet.pdf

Hi @PeterKAlvin ,

Just some notes:

  • the files.balena-cloud.com downloads are now fixed
  • curl does not follow redirects by default, you need curl -L for that
  • what file are you trying to download? The curl link you posted there wouldn’t give back anything, as those folders can’t be listed / can’t do recursive downloading. For example the unconfigured OS image for the NUC for that version is at curl -L -O https://files.balena-cloud.com/images/intel-nuc/2.13.6%2Brev2.prod/image/resin.img.zip. Also notice, that + is URL-encoded in the link, in your example not sure how you got that link

If you provide us with some more info of what are you trying to download, we are happy to help further!

Thanks so much. Link was only an example. We used it to download kernel headers. Looks like its working now.

1 Like

Glad to hear, let us know if you hit any issues!