Skip to content Skip to sidebar Skip to footer

Soundcloud API - Upload Image From External URL For Track Artwork, Using SC.recordupload

How can I upload track artwork using the SC.recordUpload function, when the location of the image is an external URL? My erroneous code: imageObj = new Image(); imageObj.src = 'htt

Solution 1:

Currently the SoundCloud JS SDK unfortunately does not support artwork uploading.

Sorry about that.


Post a Comment for "Soundcloud API - Upload Image From External URL For Track Artwork, Using SC.recordupload"