emran396 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

support browser based upload youtube api #730

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I checked latest source code of youtube-api-samples/command line, upload video 
sample, no longer support youtube video using "browser based upload" like 
version 2. This feature is very useful to cut down upload bandwidth and direct 
upload video to youtube. 

https://developers.google.com/youtube/2.0/developers_guide_protocol_browser_base
d_uploading#Browser_based_uploading

can provide similar feature in version 3?

Original issue reported on code.google.com by travalle...@gmail.com on 25 Feb 2013 at 9:16

GoogleCodeExporter commented 9 years ago
If you add this feature in version 3 , make sure it works properly and allows 
us to show progress info (progress bar). In version 2 it just sucks. HTML5 
formdata doesn't work on browser upload neither on resumable upload. There are 
2 mainly issues : 1. The redirect URL is mandatory and forces us issue a 
redirect; 2. CORS is not properly supported as we get an error at the end of 
the upload.  

Original comment by mi...@epek.com on 10 Mar 2013 at 6:04