python - soundcloud api - detecting and removing failed tracks / tracks with processing errors -
we have list of tracks update using soundcloud api (the python library).
we download list of our tracks (via api) , work out new tracks need uploaded , needs deleting / updating.
the issue having when deleted tracks start fresh used api have these tracks have processing errors not show in api or front end search list.
eg: https://soundcloud.com/globevoices/male-french-voiceover-talent-1727-josce-narrative
but because feed in same permalink data means keep getting 422 error.
is there way find these , delete them? not appear under client.get('/users/<channel id>/tracks/')
function in python. do, however, contribute track count under our account.
Comments
Post a Comment