I want to create an app that the user can upload a video stored on the device or recorded with the camera, and automatically upload it in a specific account that I own. The problem is that I'm trying with the ytdirect tutorials over the net, but the getting started tutorial is not that simple to interpret and is really complicated for something that (i think) has to be simpler maybe using the API.
I have followed this steps on this answer, that seems to be a better or at least simpler way to achieve what I'm looking for using the same YouTube Direct, but the replacement of the GlsAuthorizer.java with ClientLoginAuthorizer.java in that answer is throwing me some errors in the project (specifically in the SubmitActivity.java on the onCreate with the GlsAuthorizer.GlsAuthorizerFactory()) (1).
I have the Developer Key and the App ID, and the URL associated to it (xyz.appspot.com). I don't know what is the default_ytd_domain_name located in the strings.xml from the project (2).
There is any other way to upload a video in YouTube (with a tutorial or a sample code that I could use) or someone has a more detailed sequence of steps to follow to achieve the upload using the second link above, because I'm only missing two (2) of the points on the steps of that answer.