Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to post track as track[sharing]=schedule #355

Open
noodsradio opened this issue Jan 15, 2025 · 1 comment
Open

Add ability to post track as track[sharing]=schedule #355

noodsradio opened this issue Jan 15, 2025 · 1 comment

Comments

@noodsradio
Copy link

noodsradio commented Jan 15, 2025

Title: Cannot retrieve all tracks for a user

Issue found of: September 20th, 2020

Endpoint(s):

  • POST /tracks

Scope(s):

  • OAuth

Steps to reproduce:

curl --request POST \
  --url 'https://api.soundcloud.com/tracks?track[title]=trackname&track[asset_data]=@ PATH_TO_A_FILE&track[sharing]=private

Expected behaviour:

I'd like the ability to post a track with the status of schedule so that it can be autopublished on a desired date. Can this be done via the tracks POST endpoint?

Actual behaviour:

Only private or public are valid values for track[sharing]

@dpreussler
Copy link
Contributor

@noodsradio can you tell us more why would you want that instead of scheduling the upload on your side?
For now you can upload the track as private and set it public manually for publishing date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants