[google-appengine] Re: FeatureNotEnabledError: The API call images.Transform() is currently not enabled.

2015-11-06 Thread Adam
Hi Zengyang, Currently the Images API is not available on the Managed VM runtime. Right now only the following services are supported [1]: * Datastore * Logging * Memcache * Search * Task Queue * URL Fetch * Users The PIL library is independent of the Images API, so installing it would not

Re: [google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-06 Thread Sagar Mutha
Forgot to mention the thread sorry - https://groups.google.com/forum/?utm_medium=email_source=footer#!searchin/google-appengine/ApiProxy$24OverQuotaException/google-appengine/w_GG2Y-yHRA/KDKZS3zhEKgJ On Friday, November 6, 2015 at 5:25:19 PM UTC-8, Sagar Mutha wrote: > > Hello Patrice, > > I

Re: [google-appengine] Re: OverQuotaException without being over quota

2015-11-06 Thread Sagar Mutha
Hello, I keep getting a com.google.apphosting.api.ApiProxy$OverQuotaException: The API call remote_socket.SetSocketOptions() required more quota than is available.` exception though my quota usage only shows 24%. I have also set a daily budget and the usage is way below that. This is really

[google-appengine] File upload in datastore.

2015-11-06 Thread Priya Purushoth
Hello there! I want to upload word document and store it into datastore. I am a beginner level developer in java. I like to avoid using of the blobstore as my files are less in size. I just want to store the uploaded file into datastore. After that i wanna to retrieve those files from datastore.

Re: [google-appengine] App engine 1.9.29 issue - Error 204

2015-11-06 Thread PK
This has happened before, I suggest you star this: https://code.google.com/p/googleappengine/issues/detail?id=12355 and add your case as well. If you need immediate support I suggest you upgrade your support to a level with immediate turnaround and file a case. I looked at my app, it seems

Re: [google-appengine] The API call remote_socket.GetSocketOptions() required more quota than is available.

2015-11-06 Thread Sagar Mutha
Hello, Did any of you figure out the issue with this? I am running into this with my app daily and am struggling to figure out the issue. On Monday, April 13, 2015 at 11:04:50 AM UTC-7, Keith Johnston wrote: > > No I am still seeing this issue. I wonder if it the burst limit that it is >

[google-appengine] App engine 1.9.29 issue - Error 204

2015-11-06 Thread Jorge SantamarĂ­a
Yesterday morning some of my apps running on app engine crashed, I got this message error in the web page Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds. I found this message errorin the logs. A problem was encountered

[google-appengine] transactional tasks

2015-11-06 Thread Trez Ertzzer
hello. I have a question concerning transactional tasks. it's written in the documenation "Transactional tasks must not have user-specified names" (see https://cloud.google.com/appengine/docs/java/taskqueue/#Java_Tasks_within_transactions

[google-appengine] image uploding to appengine datastore/blobstore using angularjs

2015-11-06 Thread Sandeep Jain
I need someone who can help write a java web application that upload images to appengine datastore/blobstore using angular js as the controller. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

[google-appengine] Re: How to store open connection to external MongoDB

2015-11-06 Thread Minie Takalova
Thank You Nick for comprehensive answer. Using VMs I exclude, because of inadequate billing conditions, for such machine simple task as is keeping database connection. Also Beta state of VMs and placing only in US is not suitable. Using coroutine was experiment if code in it can satisfy GAE

[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-06 Thread Patrice (Cloud Platform Support)
Hi Sagar, I believe that what's happening is that the "set socket options" has its own quota. Last time I saw a customer with a similar problem, it turned out he was calling a third-party library (if memory serves it was an Apache library) that was doing a lot of socket calls behind the

[google-appengine] Re: transactional tasks

2015-11-06 Thread Patrice (Cloud Platform Support)
Hi, >From the javadoc reference here , it says that if you don't generate the name, the queue.add call will generate one. You can see here

[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-06 Thread Sagar Mutha
Hello Patrice, Below is the screenshot of what I see on the quotas page. The app is working fine now after the quotas got reset at 12am but that was also the case yesterday. By around 6 in the evening it started showing the quota exceeded exception. I think the sockets created were about 56%

[google-appengine] Re: " Some of your projects are in violation of our Terms of Service. Click the button in the status column of the project to address the issue. "

2015-11-06 Thread Venetsian Jakimov
Hi Patrice, I'm sorry but I desperately need to get my developers account reactivated so that I can start my development project. I don't have the option to use it with other Google account since I have all my stuff on this specific account which is my personal one. Please let me know what can

[google-appengine] Re: " Some of your projects are in violation of our Terms of Service. Click the button in the status column of the project to address the issue. "

2015-11-06 Thread Patrice (Cloud Platform Support)
Hi again, I dug in to see what could be done to get this to go faster, considering your predicament. Short of opening a support ticket (if you have silver, gold or platinum packages, which, from your message, I infer you do not have), your best bet would be to reach the billing team here

[google-appengine] Re: How to store open connection to external MongoDB

2015-11-06 Thread Nick (Cloud Platform Support)
Hey Minie, As Jeff Schnitzer has pointed out, the issue stems from the fact that the PyMongo driver is wanting to use threads (via thread.open() ) to manage the connection pool. The thread opened in

[google-appengine] Re: Google App Engine version 1.9.28 SDK

2015-11-06 Thread Nick (Cloud Platform Support)
Yes, that is directly-referring to that issue. It's been fixed in the recent release. On Friday, October 30, 2015 at 3:25:14 PM UTC-4, Zdenko Hrcek wrote: > > What exactly "Improved accuracy of Geo filtering in Search queries." > means? I am aware of this bug: >