我已經連接了API並能夠上傳音軌,但是我還沒有找到引用從API中替換上傳音軌的任何地方。它可以作爲soundcloud.com管理員的按鈕使用,但是有什麼方法可以從API中完成嗎?Soundcloud API - 替換音軌
回答
如果您想替換曲目的音頻,您需要刪除然後重新創建它。如果您爲該曲目提供相同的標題,則應該獲得相同的固定鏈接,如果這就是您以後的內容。
刪除並重新創建曲目將涉及向/ tracks/{track_id}端點發送DELETE請求,然後向帶有曲目[asset_data]的/ me/tracks端點發送POST請求並跟蹤[title]參數最小。
無賴!這是我的想法,但由於實際的管理小組允許你替換,我希望它是API中可用的東西。 – irrationalistic 2012-04-12 02:39:44
@Paul這是藝術品圖像的情況以及跟蹤音頻? – BT643 2014-07-02 07:41:45
謝謝保羅,這幫了我很多。 – floCoder 2015-10-26 00:01:53
- 1. iOS/Soundcloud API - 從Soundcloud API下載音軌,無需stream_url請求
- 2. SoundCloud:最熱門音軌 - API vs網頁
- 3. 如何使用Soundcloud API下載音軌?
- 4. Soundcloud api全長軌跡
- 5. Android MediaPlayer無法傳輸SoundCloud音軌
- 6. 如何使用Soundcloud API製作私人音軌?
- 7. soundcloud API - 檢測音軌是否不存在/ SC.Widget.Events.ERROR
- 8. 如何使用API下載soundcloud中的私人音軌?
- 9. 替換.mp4文件的音頻軌
- 10. Chromecast Web發件人api:切換音軌
- 11. SoundCloud API,像一個軌道(VB.Net)
- 12. 的SoundCloud API SC.stream(軌道不加載)
- 13. 如何通過SoundCloud API切換播放和暫停軌道
- 14. Soundcloud API PHP集成
- 15. React-Native並從Soundcloud API播放音樂?
- 16. 在SoundCloud API上獲取聲音信息
- 17. Soundmanager2 Soundcloud API crossdomain.xml
- 18. 通過的SoundCloud API
- 19. Phonegap和SoundCloud API
- 20. Soundcloud音頻「undefined」
- 21. SoundCloud音軌在iPhone中播放太多時間播放
- 22. SoundCloud API流質量
- 23. Soundcloud中的日期 - API
- 24. 如何在SoundCloud跟蹤API中區分音樂與非音樂?
- 25. Soundcloud串流音頻
- 26. Soundcloud API只返回mp3格式?
- 27. 播放列表上的Soundcloud API訂單
- 28. 在soundcloud帳戶中刪除音軌不刪除
- 29. SoundCloud Api重定向混淆和音頻Api流
- 30. SoundCloud API Streaming失敗空白頁面
如果你有一個親帳戶,這似乎是可能的: https://stackoverflow.com/questions/18812996/soundcloud-api-tracks-info-replace-file – 2015-09-16 19:39:11