I'm using the SoundCloud API to automatically upload audio tracks to SoundCloud.
Everything works OK, except the embeddable_by property value. Whatever it's set to, the track will always result in embeddable_by == "none".
Enabling the (undocumented) embeddable property results in embeddable_by == "me", but I need it to be "all" so the tracks can be embedded on external sites.
Editing the track permissions from SoundCloud and checking "Display embed code" effectively results in embeddable_by == "all".
Is there a way to accomplish this using only the API?
0 comments:
Post a Comment