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

can you specify how can upload sound to soundcloud #2

Closed
divsbhalala opened this issue Jan 30, 2017 · 1 comment
Closed

can you specify how can upload sound to soundcloud #2

divsbhalala opened this issue Jan 30, 2017 · 1 comment

Comments

@divsbhalala
Copy link

can you specify how can upload sound to soundcloud using your API i ma using below code
SoundCloud.post('/tracks', { 'track[title]': 'testtitle', 'track[description]': 'podcast', 'track[downloadable]': true, 'track[track_type]': 'podcast', 'oauth_token': obj.__data.dest.token, 'track[asset_data]': '@' + data })

and getting error like this http://i.prntscr.com/107fcc0d75c04ade9b21966186bb6cd0.png

@vineetasharma
Copy link
Owner

@divsbhalala Currently this module supports only get request no post requests are implemented yet. But I am planning to implement it.

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