youtube - Need help to build http request for yoututbe video upload -


let me mention first learner @ building http requests. trying examine http traffic , how works. had luck loging in getting values of various tokens page , passing them parameters :

galx, dsh, , bgresponse

to :

https://accounts.google.com/serviceloginauth 

with parameters:

continue=$continue&service=youtube&dsh=$dsh&hl=en_us&galx=$galx&pstmsg=1&dnconn=&checkconnection=youtube:1000:1&checkeddomains=youtube&timestmp=&sectok=&_utf8=$_utf8&bgresponse=$bgresponse&email=$email&passwd=$password&signin=sign in&persistentcookie=yes&rmshown=1 

now stuck @ trying build http request upload video youtube. apart video file parameters need pass upload video youtube?

can please me build http request?

any highly appreciated. in advance.

praney

i recommend use google's resumable upload guide. shows http requests need, simple example. enough me working, since friday evening encountering "503 : service unavailable" error, should mean youtube api service having issues (although might because did wrong).


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -