Rachit95 / google-api-for-dotnet

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

The remote server returned an error: (414) Request-URI Too Large. #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter Large text. about 5000 chars
2.
3.

What is the expected output? What do you see instead?

Error message below:
Below error occured during 
:Update_Product_France_Language().Google.API.GoogleAPIException: Failed to get 
response. ---> System.ServiceModel.ProtocolException: The remote server 
returned an unexpected response: (414) Request-URI Too Large. ---> 
System.Net.WebException: The remote server returned an error: (414) Request-URI 
Too Large.
   at System.Net.HttpWebRequest.GetResponse()
   at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
   --- End of inner exception stack trace ---

What version of the product are you using? On what operating system?
I am using C# version 4.0 latest

Please provide any additional information below.

Original issue reported on code.google.com by mamin%eo...@gtempaccount.com on 25 Mar 2011 at 3:28

GoogleCodeExporter commented 8 years ago
For those that are getting this error, it seems the limit on a query is 
somewhere between 1250 and 1500 characters.

Original comment by matthewc...@gmail.com on 27 Sep 2012 at 2:01