Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am able to upload photos to Picasa using c# api, but when I try to uplaod videos it throws 403 forbidden error. Why so?

"System.Net.WebException: The remote server returned an error: (403) Forbidden.\r\n at System.Net.HttpWebRequest.GetResponse()\r\n at Google.GData.Client.GDataRequest.Execute()

Code is as below

PicasaEntry entry = (PicasaEntry)service.Insert(feedUri, fileStream, ContentType(FileExtension), fileInfo.Name);

No error is thrown when image gets uploaded, its throwing error for video only. I have tried uploading 3gp, mp4 formats of around 20 MB

Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.