Click here to Skip to main content
15,891,136 members

Comments by Leena0711 (Top 5 by date)

Leena0711 28-Dec-16 7:59am View    
debugger goes in success. no error. even video is uploaded on vimeo. I want uploaded video id in return.
Leena0711 28-Dec-16 7:07am View    
ya ok..but u if cannot help then show off yourself here.
Leena0711 28-Dec-16 7:06am View    
WebClient wc = new WebClient();
wc.Headers.Clear();
wc.Headers.Add("Authorization", "bearer xxxxxxxxxx");
wc.Headers.Add("type", "streaming");

var vimeoTicket = JsonConvert.DeserializeObject<jobject>(wc.UploadString("https://api.vimeo.com/me/videos", "POST", ""));

var fileName = File.ReadAllBytes(saveFilePath);


byte[] responseArray = wc.UploadData(new Uri(vimeoTicket["upload_link_secure"].ToString()),"PUT", fileName);



responseArray getting null response. Video is uploaded on my pro account of vimeo.
Leena0711 28-Dec-16 4:45am View    
So who told you to code and reply. You do your work. nobody has invited you.
Leena0711 27-Dec-16 7:24am View    
Thanks for your suggestion. But i asked for help. I don't need your advice or suggestion. I am a developer. Why should i go for freelancer.