[google-appengine] Re: PHP Imagick Font not Loading

2015-11-11 Thread Contact PlutonMedia
Hi, Yes my app.yaml is as follow : application: image-generator-1124 version: 1 runtime: php55 api_version: 1 threadsafe: yes handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico - url: /009\.jpg static_files: 009.jpg upload: 009\.jpg application_readable: tr

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

2015-11-11 Thread Patrice (Cloud Platform Support)
Hi Sagar, Yeah, this seems to be the same library I saw last time. I think there's something with how this library set its options that is not done in a "one shot" kinda way. They set options one at a time, which makes you run out of your options quota faster than your creation one. Last time

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

2015-11-11 Thread Sagar Mutha
Not a solution I wanted to hear :( But, I guess I will have to do it if the library is the problem maker. Is there a library/approach that GAE recommends? Thanks, Sagar On Thursday, November 5, 2015 at 11:39:30 PM UTC-8, Sagar Mutha wrote: > > I have seen this error 2 days in a row now. My app

[google-appengine] Re: wordpress on google app engine

2015-11-11 Thread Adam
The Images API is using Google Cloud Storage via Blobstore, not Google Cloud SQL, so changing your Cloud SQL instance class is not going to have any effect on RPC latency for images.GetUrlBase in any case. Calls to images.GetUrlBase can be slow (as a history of Google search results will attest

[google-appengine] Re: Creating this instance is permanently failing. Try redeploying the version to fix it.

2015-11-11 Thread Adam
Yes, you can only delete previous versions, never the default version. Using the --promote flag will always deploy a new version and mark it as default. You should deploy once, then remove the old version from the versions list. If you try re-deploying with --promote and none of the versions ar

[google-appengine] Re: Creating this instance is permanently failing. Try redeploying the version to fix it.

2015-11-11 Thread Adam
Yes, you can only delete previous versions, never the default version. Using the --promote flag will always deploy a new version and mark it as default. You should deploy once, then remove the old version from the versions list. If you try re-deploying with --promote and none of the versions ar

[google-appengine] Re: PHP Imagick Font not Loading

2015-11-11 Thread Nick (Cloud Platform Support)
I suggest at this point that you open a public issue tracker issue, including a .zip of your app (possibly simplified) which is sufficient to reproduce the issue and observe it. This forum isn't meant for specific-issue, one-on-one technic

[google-appengine] Google App Engine - Tutorial - upload data - 404 NOT_FOUND

2015-11-11 Thread Dassine B.
I'm newbie and I'm following this tutorial to build a backend for a mobile app : https://cloud.google.com/solutions/mobile/how-to-build-mobile-app-with-app-engine-backend-tutorial/#ios After setting up all IDs in section "Deploy the Sample App" and "Build and Deploy the backed". I tried comman

[google-appengine] Google App Engine - Tutorial - upload data - 404 NOT_FOUND

2015-11-11 Thread Dassine B.
I'm newbie and I'm following this tutorial to build a backend for a mobile app : https://cloud.google.com/solutions/mobile/how-to-build-mobile-app-with-app-engine-backend-tutorial/#ios After setting up all IDs in section "Deploy the Sample App" and "Build and Deploy the backed". I tried comman