Get urls with help of this repo: https://github.com/ghostops/ICloud-Shared-Album let urls = res.photos.map(p=>{ let der = p.derivatives; let lastKey = Object.keys(der).pop(); return der[lastKey].url; }); https://www.codepel.com/vanilla-j...
1 min read