unsplash / unsplash-js

🤖 Official JavaScript wrapper for the Unsplash API
https://www.npmjs.com/package/unsplash-js
MIT License
2.13k stars 156 forks source link

Hotlinking and download_location problems #179

Closed anonimeishon closed 3 years ago

anonimeishon commented 3 years ago

Steps to Reproduce

steve-gio commented 3 years ago

Same issue here

OliverJAsh commented 3 years ago

Hi, this article should provide all of the information you need: https://help.unsplash.com/en/articles/2511258-guideline-triggering-a-download

Essentially, you want to send a request to the URL specified at photo.links.download_location when the user chooses a photo to use as their profile picture.

I'm going to close this as it's a API support issue rather than an issue with unsplash-js.