Skip to content

Is purchase_title officially supported? #237

Open
@alexweinstein

Description

@alexweinstein

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 null purchase_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?

Image 2023-02-03 at 8 50 48 AM

Image 2023-02-03 at 8 49 14 AM

@rahul-sc

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions