[google-appengine] java.io.IOException: Too many redirects at URL when calling specific URL

2014-09-18 Thread Hélios GILLES
Hello everybody, I'm kind of new in GAE things and for my first project i'm trying to fetch an RSS feed and add it some more information coming from the same site. But when i'm trying to fetch the RSS URL, i get an java.io.IOException: Too many redirects at URL on GAE servers while on debug on

[google-appengine] Google app engine credit issue

2014-09-18 Thread Brian Jang
Hello Google team! This is kisoongjang from frasen actually I was received google app engine credit from K-startup program using kisoongj...@frasen.kr account but unfortunately we deleted google apps at that time. so everything is gone now. so can we move google credit to another account or some

[google-appengine] Re: url.fetch DNS cache (IP server changes)

2014-09-18 Thread Wanderi James
my application fetches https://api.kazang.net/apimanager/api_v2/ but i get this error DNSLookupFailedError: DNS lookup failed for URL: https://api.kazang.net/apimanager/api_v2/ Can you refresh your cache On Thursday, 4 December 2008 18:06:01 UTC+3, Sylvain wrote: > > Hi, > > My application fetc

[google-appengine] Google URLFETCH DNS CACHE

2014-09-18 Thread Wanderi James
How long does this get refreshed. Can someone refresh it, am loosing money DNSLookupFailedError on api.kazang.net -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an

[google-appengine] BigQuery performance and Running concurrent jobs

2014-09-18 Thread Sasi
Hi All, We are working with Google BigQuery (using Java) for one of our cloud solution and facing lot of issues in development. Our observations and issues as follows - 1. We are using Query Jobs (Example: jobs().insert()/jobs().query() method first and then tablesdata().list() for data) for

[google-appengine] URL Fetch Quota

2014-09-18 Thread Anthony Shapley
Hi, I wondered how one goes about increasing the URL Fetch Quota? At present its set at 46 million, ideally we'd like to double it or more if possible. Thanks Anthony -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from t

[google-appengine] Re: URL Fetch Quota

2014-09-18 Thread Mihail Russu
Take a look at this page: https://developers.google.com/appengine/docs/quotas#When_a_Resource_is_Depleted ("Is your app exceeding the default limits?" section) Google will usually increase any of the limits, even on free apps given a good reason. Thanks, Mihail. On Thursday, September 18, 20

[google-appengine] Re: Google URLFETCH DNS CACHE

2014-09-18 Thread Mihail Russu
Not the best solution and the domain is probably already resolving anyway but just in case: you could, as temporary solution, use its IP address instead of the domain name. In your case https://api.kazang.net/apimanager/api_v2/ works as well as https://196.30.98.20/apimanager/api_v2/ although

Re: [google-appengine] java.io.IOException: Too many redirects at URL when calling specific URL

2014-09-18 Thread Vinny P
On Wed, Sep 17, 2014 at 3:11 PM, Hélios GILLES wrote: > I'm kind of new in GAE things and for my first project i'm trying to fetch > an RSS feed and add it some more information coming from the same site. But > when i'm trying to fetch the RSS URL, i get an java.io.IOException: Too > many redire

Re: [google-appengine] Google app engine credit issue

2014-09-18 Thread Vinny P
On Thu, Sep 18, 2014 at 12:18 AM, Brian Jang wrote: > actually I was received google app engine credit from K-startup program > using kisoongj...@frasen.kr account but unfortunately we deleted google > apps at that time. so everything is gone now. so can we move google credit > to another account