Quantcast
Channel: The Echo Nest Developer Forum
Viewing all articles
Browse latest Browse all 1582

track/upload 599 errors

$
0
0

I am able to successfully upload local files. I took a look a the API documentation and am wondering whether the url way is even supported anymore?

The docs give this example:

curl -X POST "http://developer.echonest.com/api/v4/track/upload" -d "api_key=EI7C3CGDQ8QMV64YT&url=http://example.com/audio.mp3"

But above the examples, its says:

Posting tracks with /track/upload can be done in two manners

An HTTP POST request with Content-Type "multipart/form-data" where all parameters are in the post body and the track is in the "track" section of the post "files" An HTTP POST request with Content-Type "application/octet-stream", with the local file as the body of the request, and the parameters in the URL

So is the URL approach no longer supported?


Viewing all articles
Browse latest Browse all 1582

Trending Articles