开发者

Youtube API Bad Request 400

开发者 https://www.devze.com 2023-02-07 18:02 出处:网络
Hopefully someone has some experience in this area as have run out of avenues to work out whats going on.

Hopefully someone has some experience in this area as have run out of avenues to work out whats going on.

My question is why am i getting a bad request 400 error when trying to upload a video to youtube via the api. I'm using the .net library and can successfully upload locally but not remotely on my hosting at discountasp. The following is the error message i receive but as you can tell it doesn't hold much information

The remote server returned an error: (400) Bad Request.

[WebException: The remote server returned an error: (400) Bad Request.] System.Net.HttpWebRequest.GetResponse() +6038435 Google.GData.Client.GDataRequest.Execute() +85

[GDataRequestException: Execution of request failed: htt开发者_StackOverflow社区p://uploads.gdata.youtube.com/feeds/api/users/default/uploads] Google.GData.Client.GDataRequest.Execute() +228 Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) +487

Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) +523

Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) +523

Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) +523

Google.GData.Client.GDataGAuthRequest.Execute() +10 Google.GData.Client.MediaService.EntrySend(Uri feedUri, AtomBase baseEntry, GDataRequestType type, AsyncSendData data) +541

Google.GData.Client.Service.Insert(Uri feedUri, AtomEntry newEntry, AsyncSendData data) +88

Google.GData.Client.Service.Insert(Uri feedUri, TEntry entry) +58

Google.GData.YouTube.YouTubeService.Upload(String userName, YouTubeEntry entry) +98


Without your code or the requests that are being sent this cannot be answered, but the first thing I would check is:

a) The request structure - correct format, arguments, path

b) Encoding of the parameters you are passing: these I imagine should be URL encoded. E.g if your parameter includes a "/" then the service with interpret this as a path delimiter.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号