Re: URL fetch request size in googleaapengine

2012-03-14 Thread learning coding
Hi Joe, There is nothing related to ASP in my code. I doing in Java. And 3.8Mb is Max limit to To POST from server to repositary If your file size 3.81Mb is gives you the same error. *Cannot access **http://URL* *: The request to API call urlfetch.Fetch() was too large. Can som

Re: URL fetch request size in googleaapengine

2012-03-13 Thread Joseph Lust
Learning, Seems that you're hitting a max file size of 4MB. (4e6 bytes / (4*1024*1024))*4 = 3.81, which is what you're getting, since somewhere along the line a MB is using 1e6 bytes, not 1048576 bytes. Are you accessing an ASP application? The default file export limit is 4MB there. Perhaps t

URL fetch request size in googleaapengine

2012-03-12 Thread learning coding
according to documentation http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes , the limit for URL fetch request is 5Mb. ** But I cannot fetch the request more then 3.8Mb ** If i try to fetch more then 3.8 Mb then it gives me an Error. Cannot access http://URL: The request to

Re: Url fetch

2011-08-30 Thread Juan Pablo Gardella
You can't use this class *java.net.URL, *see JRE Emulation Refernce . 2011/8/30 Буяндалай > i run this code. it's error. i type what's wrong. Please help me. > > import java.io.BufferedReader; > import java.io.IOExce

Url fetch

2011-08-30 Thread Буяндалай
i run this code. it's error. i type what's wrong. Please help me. import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; try { URL urlsearch = new URL("*inse

Re: URL fetch??

2009-04-11 Thread Vitali Lovich
RequestBuilder On Sat, Apr 11, 2009 at 10:56 AM, Prashant Gupta wrote: > hi, > > can we fetch a URL using GWT??? how? > > thanks, > prashant > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolki

URL fetch??

2009-04-11 Thread Prashant Gupta
hi, can we fetch a URL using GWT??? how? thanks, prashant --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsub