I am transferring videos from my web server to youtube. Everything was working great. The authentication was by clientLogin with my google username & password but now, all of a sudden the url (https://www.google.com/media/accounts/ClientLogin) is returning 302:
302 Moved
The document has moved here.I saw some, but not a lot, of similar issues but nothing that solved this bizarre issue.
At first I thought that the authentication method was deprecated, but it doesn't seem so. it is just advised not to use it. I'm searching all day long and I'm still clueless.
Thank you all very much. We have a big pilot in 5 days and it's a really big problem..
BTW If anyone know of another method of programmatically uploading videos to youtube through an API, the clientLogin is not a problem anymore ;)