You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like users to be able to update the Buy URL as well as the Buy Title for each track. As I'm working on the functionality, I'm finding some inconsistencies. It seems that the option to update a track's Buy Title is limited to certain accounts (possibly paid ones). Even on SoundCloud.com.
SoundCloud Next User - Updating does not work for this users
PUT purchase_url does not cause an error
PUT purchase_title does not cause an error
GET users/{id}/tracks/{track_id} return contains updated purchase_url, but nullpurchase_title
SoundCloud Next Pro User - Updating works for this users
PUT purchase_url does not cause an error
PUT purchase_title does not cause an error
GET users{id}tracks/{track_id} return contains updated purchase_title and purchase_url
This also seems to be the case on SoundCloud.com metadata editor. See screenshots below.
Is purchase_title limited to paid accounts? Is this a bug? Or is the purchase_title a field that is not officially supported and should be avoided?
I'd like users to be able to update the Buy URL as well as the Buy Title for each track. As I'm working on the functionality, I'm finding some inconsistencies. It seems that the option to update a track's Buy Title is limited to certain accounts (possibly paid ones). Even on SoundCloud.com.
SoundCloud Next User - Updating does not work for this users
purchase_url
does not cause an errorpurchase_title
does not cause an errorusers/{id}/tracks/{track_id}
return contains updatedpurchase_url
, but nullpurchase_title
SoundCloud Next Pro User - Updating works for this users
purchase_url
does not cause an errorpurchase_title
does not cause an errorusers{id}tracks/{track_id}
return contains updatedpurchase_title
andpurchase_url
This also seems to be the case on SoundCloud.com metadata editor. See screenshots below.
Is
purchase_title
limited to paid accounts? Is this a bug? Or is thepurchase_title
a field that is not officially supported and should be avoided?@rahul-sc
The text was updated successfully, but these errors were encountered: