google app engine - How can we upload video to a specific user account in using youtube api in android -


i creating application in want application users upload videos application's youtube page in place of own user account.

i have tried/studied below mentioned methods achieve above requirement.

  1. service account --> per investigation cannot use service account access youtube api.

  2. hard-coding user id , pwd in application , call youtube apito token. have used guidelines in this url.

below observations/investigations.

a. able receive token google

b. in subsequent call received token getting 401 response code.

  1. use oauth 2 protocol token request. in not sure how can pass user id , password access token.

if has solution above mentioned problem please share.

please let me know if more information required.

please don't this; if decide this, it's not youtube can offer support for.

the reasons why bad idea outlined in this blog post.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -