Forums » Bugs & Problems Search

uploading in web browser New Reply

Author Post
Posts: 1
Registered: Feb 27, 2009

I have been trying to upload songs by typing lines like the following in my web browser, but that doesn't seem to work. Could anyone explain me why?

http://developer.echonest.com/api/upload?api_key=XXXXXXXXX&url=http://www.aveleen.com/music/safe_from_harm.mp3&version=3

Posts: 713
Registered: Sep 08, 2008

Version 3 of he 'upload' method requires an HTTP POST request, so it is not something that can be done from the browser. However, Version 2 uses an HTTP GET request. If you want to experiment with the 'upload' method from your browser, just use version 2:

http://developer.echonest.com/api/upload?api_key=XXXXXXXX&url=http://www.aveleen.com/music/safe_from_harm.mp3&version=2

Paul

Reply to this Thread

You must log in to post a reply.