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

failure with local file upload

$
0
0

hsewell,

I haven't used C# or Unity, but when uploading a local file (e.g. using curl) the POST command looks something like this:

curl -F "api_key=API_KEY" -F "track=@music.ogg""http://developer.echonest.com/api/v4/track/upload?&filetype=ogg"

So try leaving off the Content-Type and URL fields.

David


Viewing all articles
Browse latest Browse all 1582

Trending Articles